Inheritance diagram for IITAudioCDPlaylist:
An audio CD playlist is always associated with an IITSource of kind ITSourceKindAudioCD.
You can retrieve all the playlists defined for a source using IITSource::Playlists().
Public Member Functions | |
Properties | |
HRESULT | Artist ([out, retval] BSTR *artist) |
Returns the audio CD's artist. | |
HRESULT | Compilation ([out, retval] VARIANT_BOOL *isCompiliation) |
Returns true if this audio CD is a compilation album. | |
HRESULT | Composer ([out, retval] BSTR *composer) |
Returns the audio CD's composer. | |
HRESULT | DiscCount ([out, retval] long *discCount) |
Returns the total number of discs in this CD's album. | |
HRESULT | DiscNumber ([out, retval] long *discNumber) |
Returns the index of the CD disc in the source album. | |
HRESULT | Genre ([out, retval] BSTR *genre) |
Returns the audio CD's genre. | |
HRESULT | Year ([out, retval] long *year) |
Returns the year the album was recorded/released. | |
Methods | |
HRESULT | Reveal () |
Reveals the CD playlist in the main browser window. |
|
Returns the audio CD's artist.
|
|
Returns true if this audio CD is a compilation album.
|
|
Returns the audio CD's composer.
|
|
Returns the total number of discs in this CD's album.
|
|
Returns the index of the CD disc in the source album.
|
|
Returns the audio CD's genre.
|
|
Reveals the CD playlist in the main browser window.
|
|
Returns the year the album was recorded/released.
|