Adding next/previous track methods to ITMTPlaylist
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Sun, 7 Sep 2003 21:29:15 +0000 (21:29 +0000)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Sun, 7 Sep 2003 21:29:15 +0000 (21:29 +0000)
ITMTRemote.h

index cc96262..6d4add5 100755 (executable)
@@ -180,6 +180,9 @@ typedef enum {
 
 - (BOOL)selectTrack:(ITMTTrack *)track;
 - (BOOL)selectTrackAtIndex:(int)index;
 
 - (BOOL)selectTrack:(ITMTTrack *)track;
 - (BOOL)selectTrackAtIndex:(int)index;
+
+- (BOOL)selectNextTrack;
+- (BOOL)selectPreviousTrack;
 @end
 
 @interface ITMTPlaylist : NSObject <ITMTPlaylist>
 @end
 
 @interface ITMTPlaylist : NSObject <ITMTPlaylist>