X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/d11efc8d287ca1643e9ac6a7b561cad7cd659bda..82086d6a95408227f929ca149591c6fc3962f043:/ITMTRemote.h diff --git a/ITMTRemote.h b/ITMTRemote.h index 91e4413..a86888e 100755 --- a/ITMTRemote.h +++ b/ITMTRemote.h @@ -139,14 +139,6 @@ typedef enum { */ - (NSImage *)remoteIcon; -/*! - * @method sharedRemoteName - * @abstract Returns the shared remote's name. - * @discussion This title is shown while the user is selecting which shared remote to use. This is for informational purposes only, should not be overridden. - * @result An NSString containing the name of the shared remote. - */ -- (NSString *)sharedRemoteName; - /*! * @method begin * @abstract Sent when the remote should begin operation. @@ -222,6 +214,11 @@ er's process managment. */ - (ITMTRemotePlayerSource)currentSource; +/*! + * @method currentSourceIndex + */ +- (int)currentSourceIndex; + /*! * @method currentPlaylistClass */ @@ -267,6 +264,11 @@ er's process managment. */ - (NSString *)currentSongArtist; +/*! + * @method currentSongComposer + */ +- (NSString *)currentSongComposer; + /*! * @method currentSongAlbum */ @@ -382,6 +384,11 @@ er's process managment. */ - (BOOL)switchToPlaylistAtIndex:(int)index; +/*! + * @method switchToPlaylistAtIndex: + */ +- (BOOL)switchToPlaylistAtIndex:(int)index ofSourceAtIndex:(int)index2; + /*! * @method switchToSongAtIndex: */