X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/5e4dec969868a410da088273791f228def3b36a7..95bfc9d0fa830da8615ed00808ff347df2f50eb5:/ITMTRemote.h diff --git a/ITMTRemote.h b/ITMTRemote.h index 6f10b7b..f49b559 100755 --- a/ITMTRemote.h +++ b/ITMTRemote.h @@ -244,6 +244,11 @@ er's process managment. */ - (NSString *)songTitleAtIndex:(int)index; +/*! + * @method songEnabledAtIndex: + */ +- (BOOL)songEnabledAtIndex:(int)index; + /*! * @method currentAlbumTrackCount: */ @@ -294,6 +299,11 @@ er's process managment. */ - (NSString *)currentSongLength; +/*! + * @method currentSongDuratioh + */ +- (int)currentSongDuration; + /*! * @method currentSongRemaining */