X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/c3ade301266db044b41f7e21df374fead6ff4d46..e740c3a87c5e9bcf4ef1751b37545fc616592e6c:/ITMTRemote.h diff --git a/ITMTRemote.h b/ITMTRemote.h index e4d3019..9b36236 100755 --- a/ITMTRemote.h +++ b/ITMTRemote.h @@ -77,6 +77,7 @@ */ - (BOOL)halt; +- (NSArray *)playlists; - (int)numberOfSongsInPlaylistAtIndex:(int)index; - (NSString *)classOfPlaylistAtIndex:(int)index; - (int)currentPlaylistIndex; @@ -92,6 +93,7 @@ - (NSString *)currentSongRemaining; - (NSArray *)eqPresets; +- (int)currentEQPresetIndex; - (BOOL)play; - (BOOL)pause;