X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/cfe2c029d37ca99332c794092229e97bd86d4ddd..855ab31dc6f063368085f5f31c70882ef7370b66:/ITMTRemote.h diff --git a/ITMTRemote.h b/ITMTRemote.h index e296bdd..a86888e 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 */ @@ -284,6 +294,11 @@ er's process managment. */ - (NSString *)currentSongElapsed; +/*! + * @method currentSongAlbumArt + */ +- (NSImage *)currentSongAlbumArt; + /*! * @method currentSongRating */ @@ -369,6 +384,11 @@ er's process managment. */ - (BOOL)switchToPlaylistAtIndex:(int)index; +/*! + * @method switchToPlaylistAtIndex: + */ +- (BOOL)switchToPlaylistAtIndex:(int)index ofSourceAtIndex:(int)index2; + /*! * @method switchToSongAtIndex: */