Added a new currentSongDuration method to the remote.
[MenuTunes.git] / ITMTRemote.h
index 6f10b7b..f49b559 100755 (executable)
@@ -244,6 +244,11 @@ er's process managment.
  */
 - (NSString *)songTitleAtIndex:(int)index;
 
+/*!
+ * @method songEnabledAtIndex:
+ */
+- (BOOL)songEnabledAtIndex:(int)index;
+
 /*!
  * @method currentAlbumTrackCount:
  */
@@ -294,6 +299,11 @@ er's process managment.
  */
 - (NSString *)currentSongLength;
 
+/*!
+ * @method currentSongDuratioh
+ */
+- (int)currentSongDuration;
+
 /*!
  * @method currentSongRemaining
  */