Quick remote API change... everything builds and works fine, no need for
[MenuTunes.git] / ITMTRemote.h
index 2d55b42..2c27199 100755 (executable)
@@ -195,9 +195,9 @@ typedef enum {
 - (int)numberOfSongsInPlaylistAtIndex:(int)index;
 
 /*!
- * @method classOfPlaylistAtIndex:
+ * @method currentPlaylistClass
  */
-- (ITMTRemotePlayerPlaylistClass)classOfPlaylistAtIndex:(int)index;
+- (ITMTRemotePlayerPlaylistClass)currentPlaylistClass;
 
 /*!
  * @method currentPlaylistIndex
@@ -210,9 +210,19 @@ typedef enum {
 - (NSString *)songTitleAtIndex:(int)index;
 
 /*!
- * @method currentSongUniqueIdentifier:
+ * @method currentAlbumTrackCount:
  */
-- (NSString *)currentSongUniqueIdentifier;
+- (int)currentAlbumTrackCount;
+
+/*!
+ * @method currentSongTrack:
+ */
+- (int)currentSongTrack;
+
+/*!
+ * @method playerStateUniqueIdentifier:
+ */
+- (NSString *)playerStateUniqueIdentifier;
 
 /*!
  * @method currentSongIndex
@@ -259,16 +269,6 @@ typedef enum {
  */
 - (BOOL)setCurrentSongRating:(float)rating;
 
-/*!
- * @method equalizerEnabled
- */
-- (BOOL)equalizerEnabled;
-
-/*!
- * @method setEqualizerEnabled:
- */
-- (BOOL)setEqualizerEnabled:(BOOL)enabled;
-
 /*!
  * @method eqPresets
  */