4 @implementation ITMTRemote
16 - (NSString *)information;
36 - (ITMTRemotePlayerRunningStatus)playerRunningStatus
38 return ITMTRemotePlayerNotRunning;
41 - (ITMTRemotePlayerState)playerState
43 return ITMTRemotePlayerStopped;
46 - (NSArray *)playlists
51 - (int)numberOfSongsInPlaylistAtIndex:(int)index
56 - (NSString *)classOfPlaylistAtIndex:(int)index
61 - (int)currentPlaylistIndex
66 - (NSString *)songTitleAtIndex:(int)index
71 - (int)currentSongIndex
76 - (NSString *)currentSongTitle
81 - (NSString *)currentSongArtist
86 - (NSString *)currentSongAlbum
91 - (NSString *)currentSongGenre
96 - (NSString *)currentSongLength
101 - (NSString *)currentSongRemaining
106 - (float)currentSongRating
111 - (BOOL)setCurrentSongRating:(float)rating
121 - (BOOL)setVolume:(float)volume
126 - (NSArray *)eqPresets;
131 - (int)currentEQPresetIndex
151 - (BOOL)goToPreviousSong
166 - (BOOL)switchToPlaylistAtIndex:(int)index
171 - (BOOL)switchToSongAtIndex:(int)index
176 - (BOOL)switchToEQAtIndex:(int)index