Inheritance diagram for IITSource:
You can retrieve all the sources using IiTunes::Sources().
Public Member Functions | |
Properties | |
HRESULT | Kind ([out, retval] ITSourceKind *kind) |
Returns the kind of the source. | |
HRESULT | Capacity ([out, retval] double *capacity) |
Returns the total size of the source, if it has a fixed size. | |
HRESULT | FreeSpace ([out, retval] double *freespace) |
Returns the free space on the source, if it has a fixed size. | |
HRESULT | Playlists ([out, retval] IITPlaylistCollection **iPlaylistCollection) |
Returns a collection containing the playlists in this source. |
|
Returns the total size of the source, if it has a fixed size.
|
|
Returns the free space on the source, if it has a fixed size.
|
|
Returns the kind of the source.
|
|
Returns a collection containing the playlists in this source. The source's primary playlist is always the first playlist in the collection.
|