To get started, call ITLibrary itLibrary = ITLibrary.getInstance(true)
and perhaps
retrieve playlists via itLibrary.getAllPlaylists()
.
Important
You must code sign your app to retrieve information with this framework, and
iTunes library access is read-only. This framework is available to users with
iTunes 11 or later.
Class | Description |
---|---|
ITLibAlbum |
Provides information about an album in the iTunes library.
|
ITLibArray |
Natively backed collection of objects.
|
ITLibArtist |
Represents an artist, such as the performer of a song.
|
ITLibArtwork |
Represents the artwork for a media item.
|
ITLibMediaItem |
Describes a media item (a track) in the iTunes
library, such as a song, a video, or a podcast.
|
ITLibMediaItems |
Natively backed collection of
ITLibMediaItem s. |
ITLibPlaylist |
Describes a playlist in the iTunes library.
|
ITLibPlaylists |
Natively backed collection of
ITLibPlaylist s. |
ITLibrary |
Central access point to this API.
|
ITNativeLibraryLoader |
Native library loader.
|
ITNativeLibraryLoader.LibFileFilter |
Simple file filter for native libraries.
|
ReferenceCountedObject |
Base class for Java objects corresponding to native
reference counted objects.
|
Enum | Description |
---|---|
ITLibArtworkFormat |
Specifies the possible formats of the data that
ITLibArtwork.getImageDataFormat() returns. |
ITLibDistinguishedPlaylistKind |
Specifies the possible kinds of distinguished playlists.
|
ITLibMediaItemLocationType |
Specifies the location type of a media item.
|
ITLibMediaItemLyricsContentRating |
Specifies the possible ratings of media item lyrics.
|
ITLibMediaItemMediaKind |
Specifies the possible media kinds of a media item.
|
ITLibMediaItemPlayStatus |
Specifies the play status of the media item.
|
ITLibPlaylistKind |
Specifies the possible kinds of playlists.
|
Exception | Description |
---|---|
ITLibException |
ITLibException.
|
ITLibRuntimeException |
ITLibRuntimeException.
|