X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/a822d608c6739b4c2cd2c39187a78ca461d4d6d4..6f276052ff907885a6674cd5fbec7aa2d8082cf8:/ITMTRemote.m diff --git a/ITMTRemote.m b/ITMTRemote.m index 5cd7733..8cb5178 100755 --- a/ITMTRemote.m +++ b/ITMTRemote.m @@ -84,7 +84,12 @@ return nil; } -- (ITMTRemotePlayerPlaylistClass)classOfPlaylistAtIndex:(int)index +- (ITMTRemotePlayerSource)currentSource +{ + return nil; +} + +- (ITMTRemotePlayerPlaylistClass)currentPlaylistClass { return nil; } @@ -99,7 +104,17 @@ return nil; } -- (NSString *)currentSongUniqueIdentifier +- (int)currentAlbumTrackCount +{ + return nil; +} + +- (int)currentSongTrack +{ + return nil; +} + +- (NSString *)playerStateUniqueIdentifier { return nil; } @@ -139,6 +154,11 @@ return nil; } +- (NSString *)currentSongElapsed +{ + return nil; +} + - (float)currentSongRating { return nil; @@ -149,7 +169,7 @@ return NO; } -- (BOOL)equalizerEnabled +/* - (BOOL)equalizerEnabled { return NO; } @@ -157,7 +177,7 @@ - (BOOL)setEqualizerEnabled:(BOOL)enabled { return NO; -} +} */ - (NSArray *)eqPresets {