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