X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/38eeefe80602c6a1bac5083baef95e32d01757b1..6162e11fb9ec9ca0f4add4d5838e98a31ead4a21:/ITMTRemote.h diff --git a/ITMTRemote.h b/ITMTRemote.h index 82da725..7abcedf 100755 --- a/ITMTRemote.h +++ b/ITMTRemote.h @@ -214,6 +214,11 @@ er's process managment. */ - (ITMTRemotePlayerSource)currentSource; +/*! + * @method currentSourceIndex + */ +- (int)currentSourceIndex; + /*! * @method currentPlaylistClass */ @@ -259,6 +264,11 @@ er's process managment. */ - (NSString *)currentSongArtist; +/*! + * @method currentSongComposer + */ +- (NSString *)currentSongComposer; + /*! * @method currentSongAlbum */ @@ -289,6 +299,11 @@ er's process managment. */ - (NSImage *)currentSongAlbumArt; +/*! + * @method currentSongPlayCount + */ +- (int)currentSongPlayCount; + /*! * @method currentSongRating */ @@ -299,6 +314,16 @@ er's process managment. */ - (BOOL)setCurrentSongRating:(float)rating; +/*! + * @method equalizerEnabled + */ +- (BOOL)equalizerEnabled; + +/*! + * @method setEqualizerEnabled: + */ +- (BOOL)setEqualizerEnabled:(BOOL)enabled; + /*! * @method eqPresets */ @@ -374,6 +399,11 @@ er's process managment. */ - (BOOL)switchToPlaylistAtIndex:(int)index; +/*! + * @method switchToPlaylistAtIndex: + */ +- (BOOL)switchToPlaylistAtIndex:(int)index ofSourceAtIndex:(int)index2; + /*! * @method switchToSongAtIndex: */