X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/3b16f08f4e3b0f3b3105f79b12d2f0e0c7564a6e..74389742830709c876afb314ae07034bd675c9ac:/ITMTRemote.h diff --git a/ITMTRemote.h b/ITMTRemote.h index f783204..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 */ @@ -279,6 +289,21 @@ er's process managment. */ - (NSString *)currentSongRemaining; +/*! + * @method currentSongElapsed + */ +- (NSString *)currentSongElapsed; + +/*! + * @method currentSongAlbumArt + */ +- (NSImage *)currentSongAlbumArt; + +/*! + * @method currentSongPlayCount + */ +- (int)currentSongPlayCount; + /*! * @method currentSongRating */ @@ -289,6 +314,16 @@ er's process managment. */ - (BOOL)setCurrentSongRating:(float)rating; +/*! + * @method equalizerEnabled + */ +- (BOOL)equalizerEnabled; + +/*! + * @method setEqualizerEnabled: + */ +- (BOOL)setEqualizerEnabled:(BOOL)enabled; + /*! * @method eqPresets */ @@ -364,6 +399,11 @@ er's process managment. */ - (BOOL)switchToPlaylistAtIndex:(int)index; +/*! + * @method switchToPlaylistAtIndex: + */ +- (BOOL)switchToPlaylistAtIndex:(int)index ofSourceAtIndex:(int)index2; + /*! * @method switchToSongAtIndex: */