|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.dt.iTunesController.ITObject
com.dt.iTunesController.ITPlaylist
com.dt.iTunesController.ITAudioCDPlaylist
public class ITAudioCDPlaylist
Represents an audio CD playlist.
An audio CD playlist is always associated with an IITSource of kind
ITSourceKindAudioCD.
You can retrieve all the playlists defined for a source using
ITSource.getPlaylists().
| Field Summary |
|---|
| Fields inherited from class com.dt.iTunesController.ITObject |
|---|
object |
| Constructor Summary | |
|---|---|
ITAudioCDPlaylist(com.jacob.com.Dispatch d)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getArtist()
Returns the audio CD's artist. |
java.lang.String |
getComposer()
Returns the audio CD's composer. |
long |
getDiscCount()
Returns the total number of discs in this CD's album. |
long |
getDiscNumber()
Returns the index of the CD disc in the source album. |
java.lang.String |
getGenre()
Returns the audio CD's genre. |
boolean |
isCompilation()
Returns true if this audio CD is a compilation album. |
void |
reveal()
Reveals the CD playlist in the main browser window. |
| Methods inherited from class com.dt.iTunesController.ITPlaylist |
|---|
delete, getDuration, getKind, getSize, getSongRepeat, getSource, getTime, getTracks, getVisible, playFirstTrack, print, search, setShuffle, setSongRepeat |
| Methods inherited from class com.dt.iTunesController.ITObject |
|---|
fetchDispatch, getIndex, getName, getPlaylistID, getSourceID, getTrackDatabaseID, getTrackID, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ITAudioCDPlaylist(com.jacob.com.Dispatch d)
| Method Detail |
|---|
public java.lang.String getArtist()
public boolean isCompilation()
public java.lang.String getComposer()
public long getDiscCount()
public long getDiscNumber()
public java.lang.String getGenre()
public void reveal()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||