Inheritance diagram for IITLibraryPlaylist:
A library playlist consists of all the tracks in a user's library.
For convenience, you can retrieve the main library playlist using IiTunes::LibraryPlaylist().
Public Member Functions | |
Methods | |
HRESULT | AddFile ([in] BSTR filePath,[out, retval] IITOperationStatus **iStatus) |
Add a file or files inside a folder to the playlist. | |
HRESULT | AddFiles ([in] VARIANT *filePaths,[out, retval] IITOperationStatus **iStatus) |
Add an array of files and/or folders to the playlist. | |
HRESULT | AddURL ([in] BSTR url,[out, retval] IITURLTrack **iURLTrack) |
Add a streaming audio URL to the playlist. | |
HRESULT | AddTrack ([in] VARIANT *iTrackToAdd,[out, retval] IITTrack **iAddedTrack) |
Add an existing track to the playlist. |
|
Add a file or files inside a folder to the playlist. You cannot use this method to add a file that requires conversion to be added (e.g. a CD track), use IiTunes::ConvertFile() or IiTunes::ConvertFile2() instead. If you add a folder that contains files that require conversion, they will be skipped.
|
|
Add an array of files and/or folders to the playlist. You cannot use this method to add a file that requires conversion to be added (e.g. a CD track), use IiTunes::ConvertFile() or IiTunes::ConvertFile2() instead. If you add a folder that contains files that require conversion, they will be skipped.
|
|
Add an existing track to the playlist. You cannot use this method to add a CD track (ITTrackKindCD) to another playlist, use IiTunes::ConvertTrack() instead. or IiTunes::ConvertTrack2() instead. You cannot add a shared library track (ITTrackKindSharedLibrary) to another playlist.
|
|
Add a streaming audio URL to the playlist.
|