com.dt.iTunesController
Class ITAudioCDPlaylist

java.lang.Object
  extended by com.dt.iTunesController.ITObject
      extended by com.dt.iTunesController.ITPlaylist
          extended by com.dt.iTunesController.ITAudioCDPlaylist

public class ITAudioCDPlaylist
extends ITPlaylist

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

ITAudioCDPlaylist

public ITAudioCDPlaylist(com.jacob.com.Dispatch d)
Method Detail

getArtist

public java.lang.String getArtist()
Returns the audio CD's artist.

Returns:
Returns the audio CD's artist.

isCompilation

public boolean isCompilation()
Returns true if this audio CD is a compilation album.

Returns:
Returns true if this audio CD is a compilation album.

getComposer

public java.lang.String getComposer()
Returns the audio CD's composer.

Returns:
Returns the audio CD's composer.

getDiscCount

public long getDiscCount()
Returns the total number of discs in this CD's album.

Returns:
Returns the total number of discs in this CD's album.

getDiscNumber

public long getDiscNumber()
Returns the index of the CD disc in the source album.

Returns:
Returns the index of the CD disc in the source album.

getGenre

public java.lang.String getGenre()
Returns the audio CD's genre.

Returns:
Returns the audio CD's genre.

reveal

public void reveal()
Reveals the CD playlist in the main browser window.