X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/bb135f9658368fae4ae433fb76f5aaac58f5b2f5..cacee349eceeff2db2146d3b53f39412418a4dde:/ITMTRemote.h diff --git a/ITMTRemote.h b/ITMTRemote.h index 9e5ac5f..8984a68 100755 --- a/ITMTRemote.h +++ b/ITMTRemote.h @@ -69,6 +69,14 @@ typedef enum { ITMTRemotePlayerRadioPlaylist } ITMTRemotePlayerPlaylistClass; +typedef enum { + ITMTRemoteLibrarySource = -1, + ITMTRemoteCDSource, + ITMTRemoteRadioSource, + ITMTRemoteiPodSource, + ITMTRemoteMP3PlayerSource +} ITMTRemotePlayerSource; + /*! * @enum ITMTRemotePlayerRepeatMode * @abstract Possible repeat modes for the remote's player. @@ -195,7 +203,12 @@ typedef enum { - (int)numberOfSongsInPlaylistAtIndex:(int)index; /*! - * @method classOfPlaylistAtIndex: + * @method currentSource + */ +- (ITMTRemotePlayerSource)currentSource; + +/*! + * @method currentPlaylistClass */ - (ITMTRemotePlayerPlaylistClass)currentPlaylistClass; @@ -220,9 +233,9 @@ typedef enum { - (int)currentSongTrack; /*! - * @method currentSongUniqueIdentifier: + * @method playerStateUniqueIdentifier: */ -- (NSString *)currentSongUniqueIdentifier; +- (NSString *)playerStateUniqueIdentifier; /*! * @method currentSongIndex