Used to add new tracks to the iPod


The following tables list the members exposed by NewTrack.

Public Constructors

  Name Description
Public method NewTrack Initializes a new instance of the NewTrack class.
Top

Public Fields

  Name Description
Public field Album  
Public field AlbumArtist  
Public field AlbumTrackCount How many tracks in the album
Public field Artist  
Public field ArtworkFile Path to an image file which will be used for the track's album art. Can be null.
Public field Bitrate Bitrate in kb (e.g. 192)
Public field Comments  
Public field Composer  
Public field DescriptionText Only displayed on the iPod for Podcast tracks
Public field DiscNumber Number of disc in the set
Public field FilePath Full path of the file to import. Can not be empty.
Public field Genre  
Public field IsVideo True if this item contains a video stream, otherwise false. Cannot be null.
Public field Length Length of track in milliseconds
Public field Title Title of the track. Cannot be empty.
Public field TotalDiscCount How many discs in the set
Public field TrackNumber  
Public field Year  
Top

Public Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (inherited from Object)
Public method GetHashCode Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (inherited from Object)
Public method GetType Gets the Type of the current instance. (inherited from Object)
Public method ToString Returns a String that represents the current Object. (inherited from Object)
Top

See Also