Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
IITSource Interface Reference
Inheritance diagram for IITSource:
Detailed Description
Represents an entry in the Source list (music library, CD, device, etc.).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. |
Member Function Documentation
|
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.
|
Generated on Fri Mar 13 12:50:54 2009 for iTunes 8.1.0.52
©2004-2007 Apple Computer, Inc.