X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/38eeefe80602c6a1bac5083baef95e32d01757b1..5b87e582c5b178681b7869f0dc2674ec15056dc3:/ITMTRemote.h diff --git a/ITMTRemote.h b/ITMTRemote.h index 82da725..b77fc22 100755 --- a/ITMTRemote.h +++ b/ITMTRemote.h @@ -214,6 +214,11 @@ er's process managment. */ - (ITMTRemotePlayerSource)currentSource; +/*! + * @method currentSourceIndex + */ +- (int)currentSourceIndex; + /*! * @method currentPlaylistClass */ @@ -374,6 +379,11 @@ er's process managment. */ - (BOOL)switchToPlaylistAtIndex:(int)index; +/*! + * @method switchToPlaylistAtIndex: + */ +//- (BOOL)switchToPlaylistAtIndex:(int)index ofSourceAtIndex:(int)index2; + /*! * @method switchToSongAtIndex: */