X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/ae9dc4be17f66b2db7fe8e9932490647f1ca7329..cacee349eceeff2db2146d3b53f39412418a4dde:/ITMTRemote.h diff --git a/ITMTRemote.h b/ITMTRemote.h index 2c27199..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 */