Classes | |
interface | IITTrack |
Represents a track. More... | |
interface | IITFileOrCDTrack |
Represents a file or CD track. More... | |
interface | IITURLTrack |
Represents a URL track. More... | |
interface | IITTrackCollection |
Represents a collection of track objects. More... | |
Enumerations | |
enum | ITTrackKind { ITTrackKindUnknown = 0, ITTrackKindFile, ITTrackKindCD, ITTrackKindURL, ITTrackKindDevice, ITTrackKindSharedLibrary } |
Specifies the track kind. More... | |
enum | ITVideoKind { ITVideoKindNone = 0, ITVideoKindMovie, ITVideoKindMusicVideo, ITVideoKindTVShow } |
Specifies the video track kind (added in iTunes type library 1.8). More... | |
enum | ITRatingKind { ITRatingKindUser = 0, ITRatingKindComputed } |
Specifies the rating kind (added in iTunes type library 1.10). More... |
|
Specifies the rating kind (added in iTunes type library 1.10).
|
|
Specifies the track kind.
|
|
Specifies the video track kind (added in iTunes type library 1.8).
|