|
@@ -66,11 +66,11 @@ typedef NSInteger VLCRepeatMode;
|
|
|
|
|
|
/**
|
|
/**
|
|
* previous, next, play item at index
|
|
* previous, next, play item at index
|
|
- * \return 0 on success, -1 if there is no such item
|
|
|
|
|
|
+ * \returns YES on success, NO if there is no such item
|
|
*/
|
|
*/
|
|
-- (int)next;
|
|
|
|
-- (int)previous;
|
|
|
|
-- (int)playItemAtIndex:(int)index;
|
|
|
|
|
|
+- (BOOL)next;
|
|
|
|
+- (BOOL)previous;
|
|
|
|
+- (BOOL)playItemAtIndex:(int)index;
|
|
|
|
|
|
/**
|
|
/**
|
|
* Playmode selection (don't repeat anything, repeat one, repeat all)
|
|
* Playmode selection (don't repeat anything, repeat one, repeat all)
|