X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/e980fa37a154b26625b8e9472bfd5404bde0aa85..bb135f9658368fae4ae433fb76f5aaac58f5b2f5:/ITMTRemote.h diff --git a/ITMTRemote.h b/ITMTRemote.h index 2d55b42..9e5ac5f 100755 --- a/ITMTRemote.h +++ b/ITMTRemote.h @@ -197,7 +197,7 @@ typedef enum { /*! * @method classOfPlaylistAtIndex: */ -- (ITMTRemotePlayerPlaylistClass)classOfPlaylistAtIndex:(int)index; +- (ITMTRemotePlayerPlaylistClass)currentPlaylistClass; /*! * @method currentPlaylistIndex @@ -209,6 +209,16 @@ typedef enum { */ - (NSString *)songTitleAtIndex:(int)index; +/*! + * @method currentAlbumTrackCount: + */ +- (int)currentAlbumTrackCount; + +/*! + * @method currentSongTrack: + */ +- (int)currentSongTrack; + /*! * @method currentSongUniqueIdentifier: */ @@ -259,16 +269,6 @@ typedef enum { */ - (BOOL)setCurrentSongRating:(float)rating; -/*! - * @method equalizerEnabled - */ -- (BOOL)equalizerEnabled; - -/*! - * @method setEqualizerEnabled: - */ -- (BOOL)setEqualizerEnabled:(BOOL)enabled; - /*! * @method eqPresets */