X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/efd57bc799aac892be3c161826168729b0419fb4..cacee349eceeff2db2146d3b53f39412418a4dde:/ITMTRemote.h diff --git a/ITMTRemote.h b/ITMTRemote.h index 137b859..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. @@ -166,6 +174,11 @@ typedef enum { */ - (NSDictionary *)capabilities; +/*! + * @method showPrimaryInterface + */ +- (BOOL)showPrimaryInterface; + /*! * @method playerRunningState * @abstract Returns the running state of the remote's player. @@ -190,9 +203,14 @@ typedef enum { - (int)numberOfSongsInPlaylistAtIndex:(int)index; /*! - * @method classOfPlaylistAtIndex: + * @method currentSource + */ +- (ITMTRemotePlayerSource)currentSource; + +/*! + * @method currentPlaylistClass */ -- (ITMTRemotePlayerPlaylistClass)classOfPlaylistAtIndex:(int)index; +- (ITMTRemotePlayerPlaylistClass)currentPlaylistClass; /*! * @method currentPlaylistIndex @@ -204,6 +222,21 @@ typedef enum { */ - (NSString *)songTitleAtIndex:(int)index; +/*! + * @method currentAlbumTrackCount: + */ +- (int)currentAlbumTrackCount; + +/*! + * @method currentSongTrack: + */ +- (int)currentSongTrack; + +/*! + * @method playerStateUniqueIdentifier: + */ +- (NSString *)playerStateUniqueIdentifier; + /*! * @method currentSongIndex */ @@ -249,16 +282,6 @@ typedef enum { */ - (BOOL)setCurrentSongRating:(float)rating; -/*! - * @method equalizerEnabled - */ -- (BOOL)equalizerEnabled; - -/*! - * @method setEqualizerEnabled: - */ -- (BOOL)setEqualizerEnabled:(BOOL)enabled; - /*! * @method eqPresets */