X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/479952e2cf104d1f984108c5b672d8fbb039eebe..55639e195a5ec0ae91eba86cd0377df626e2040a:/ITMTRemote.m diff --git a/ITMTRemote.m b/ITMTRemote.m index 50fcb21..b88b086 100755 --- a/ITMTRemote.m +++ b/ITMTRemote.m @@ -84,7 +84,17 @@ return nil; } -- (ITMTRemotePlayerPlaylistClass)classOfPlaylistAtIndex:(int)index +- (ITMTRemotePlayerSource)currentSource +{ + return nil; +} + +- (int)currentSourceIndex +{ + return nil; +} + +- (ITMTRemotePlayerPlaylistClass)currentPlaylistClass { return nil; } @@ -99,6 +109,21 @@ return nil; } +- (int)currentAlbumTrackCount +{ + return nil; +} + +- (int)currentSongTrack +{ + return nil; +} + +- (NSString *)playerStateUniqueIdentifier +{ + return nil; +} + - (int)currentSongIndex { return nil; @@ -134,6 +159,16 @@ return nil; } +- (NSString *)currentSongElapsed +{ + return nil; +} + +- (NSImage *)currentSongAlbumArt +{ + return nil; +} + - (float)currentSongRating { return nil; @@ -144,7 +179,7 @@ return NO; } -- (BOOL)equalizerEnabled +/* - (BOOL)equalizerEnabled { return NO; } @@ -152,7 +187,7 @@ - (BOOL)setEqualizerEnabled:(BOOL)enabled { return NO; -} +} */ - (NSArray *)eqPresets { @@ -229,6 +264,11 @@ return NO; } +/*- (BOOL)switchToPlaylistAtIndex:(int)index ofSourceAtIndex:(int)index2 +{ + return NO; +}*/ + - (BOOL)switchToSongAtIndex:(int)index { return NO;