X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/3b16f08f4e3b0f3b3105f79b12d2f0e0c7564a6e..b62c6c9f99a0a3529e5a914b112e0d615b10e25c:/ITMTRemote.h diff --git a/ITMTRemote.h b/ITMTRemote.h index f783204..0d2c21a 100755 --- a/ITMTRemote.h +++ b/ITMTRemote.h @@ -214,6 +214,11 @@ er's process managment. */ - (ITMTRemotePlayerSource)currentSource; +/*! + * @method currentSourceIndex + */ +- (int)currentSourceIndex; + /*! * @method currentPlaylistClass */ @@ -279,6 +284,16 @@ er's process managment. */ - (NSString *)currentSongRemaining; +/*! + * @method currentSongElapsed + */ +- (NSString *)currentSongElapsed; + +/*! + * @method currentSongAlbumArt + */ +- (NSImage *)currentSongAlbumArt; + /*! * @method currentSongRating */ @@ -364,6 +379,11 @@ er's process managment. */ - (BOOL)switchToPlaylistAtIndex:(int)index; +/*! + * @method switchToPlaylistAtIndex: + */ +- (BOOL)switchToPlaylistAtIndex:(int)index ofSourceAtIndex:(int)index2; + /*! * @method switchToSongAtIndex: */