X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/d11efc8d287ca1643e9ac6a7b561cad7cd659bda..5b87e582c5b178681b7869f0dc2674ec15056dc3:/ITMTRemote.h diff --git a/ITMTRemote.h b/ITMTRemote.h index 91e4413..b77fc22 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 */ @@ -382,6 +379,11 @@ er's process managment. */ - (BOOL)switchToPlaylistAtIndex:(int)index; +/*! + * @method switchToPlaylistAtIndex: + */ +//- (BOOL)switchToPlaylistAtIndex:(int)index ofSourceAtIndex:(int)index2; + /*! * @method switchToSongAtIndex: */