X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/d9b45efb2f32e03155afc21b2846b9e381049be0..b20e553e320fc791b9e91b512426e0503ae9b67b:/ITMTRemote.h diff --git a/ITMTRemote.h b/ITMTRemote.h index 0cb9b99..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. @@ -194,6 +202,11 @@ typedef enum { */ - (int)numberOfSongsInPlaylistAtIndex:(int)index; +/*! + * @method currentSource + */ +- (ITMTRemotePlayerSource)currentSource; + /*! * @method currentPlaylistClass */ @@ -220,9 +233,9 @@ typedef enum { - (int)currentSongTrack; /*! - * @method currentSongUniqueIdentifier: + * @method playerStateUniqueIdentifier: */ -- (NSString *)currentSongUniqueIdentifier; +- (NSString *)playerStateUniqueIdentifier; /*! * @method currentSongIndex