X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/a39da95b62217faccd6f43d22f20c5637cf10196..b69eee35badf2aaca494fe27250fcd3f5f077cbb:/ITMTRemote.h diff --git a/ITMTRemote.h b/ITMTRemote.h index 82da725..0d2c21a 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: */