X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/cacee349eceeff2db2146d3b53f39412418a4dde..c99066bb8eb3a6f60be746f1ae150390dea4bd51:/ITMTRemote.m diff --git a/ITMTRemote.m b/ITMTRemote.m index bd7e106..bafb49e 100755 --- a/ITMTRemote.m +++ b/ITMTRemote.m @@ -79,7 +79,7 @@ return nil; } -- (int)numberOfSongsInPlaylistAtIndex:(int)index +- (int)numberOfSources { return nil; } @@ -89,6 +89,11 @@ return nil; } +- (int)currentSourceIndex +{ + return nil; +} + - (ITMTRemotePlayerPlaylistClass)currentPlaylistClass { return nil; @@ -134,6 +139,11 @@ return nil; } +- (NSString *)currentSongComposer +{ + return nil; +} + - (NSString *)currentSongAlbum { return nil; @@ -154,6 +164,21 @@ return nil; } +- (NSString *)currentSongElapsed +{ + return nil; +} + +- (NSImage *)currentSongAlbumArt +{ + return nil; +} + +- (int)currentSongPlayCount +{ + return nil; +} + - (float)currentSongRating { return nil; @@ -164,7 +189,7 @@ return NO; } -/* - (BOOL)equalizerEnabled +- (BOOL)equalizerEnabled { return NO; } @@ -172,7 +197,7 @@ - (BOOL)setEqualizerEnabled:(BOOL)enabled { return NO; -} */ +} - (NSArray *)eqPresets { @@ -249,6 +274,11 @@ return NO; } +- (BOOL)switchToPlaylistAtIndex:(int)index ofSourceAtIndex:(int)index2 +{ + return NO; +} + - (BOOL)switchToSongAtIndex:(int)index { return NO;