Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
IITArtworkCollection Interface Reference
List of all members.Detailed Description
Represents a collection of iTunes artwork objects.An artwork collection is always associated with an individual track.
The IITTrack::Artwork property returns the collection of artwork for the track.
Public Member Functions | |
Properties | |
HRESULT | Count ([out, retval] long *count) |
Returns the number of pieces of artwork in the collection. | |
HRESULT | Item ([in] long index,[out, retval] IITArtwork **iArtwork) |
Returns an IITArtwork object corresponding to the given index (1-based). | |
HRESULT | _NewEnum ([out, retval] IUnknown **iEnumerator) |
Returns an IEnumVARIANT object which can enumerate the collection. |
Member Function Documentation
|
Returns an IEnumVARIANT object which can enumerate the collection.
|
|
Returns the number of pieces of artwork in the collection.
|
|
Returns an IITArtwork object corresponding to the given index (1-based).
|
Generated on Fri Mar 13 12:50:54 2009 for iTunes 8.1.0.52
©2004-2007 Apple Computer, Inc.