X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/5e4dec969868a410da088273791f228def3b36a7..01de763e5aad722c6e61891f11ba826beea60992:/ITMTRemote.h diff --git a/ITMTRemote.h b/ITMTRemote.h index 6f10b7b..1f84703 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,16 @@ er's process managment. */ - (NSString *)currentSongLength; +/*! + * @method currentSongPlayed + */ +- (int)currentSongPlayed; + +/*! + * @method currentSongDuration + */ +- (int)currentSongDuration; + /*! * @method currentSongRemaining */