33 typedef NS_ENUM(NSInteger, VLCRepeatMode) {
66 - (instancetype)initWithDrawable:(
id)drawable;
71 - (instancetype)initWithOptions:(NSArray *)options;
77 - (instancetype)initWithOptions:(NSArray *)options andDrawable:(
id)drawable;
96 @property (NS_NONATOMIC_IOSONLY, readonly) BOOL
next;
101 @property (NS_NONATOMIC_IOSONLY, readonly) BOOL
previous;
107 - (BOOL)playItemAtIndex:(
int)index __attribute__((deprecated));
112 - (void)playItemAtNumber:(NSNumber *)index;
123 - (void)playMedia:(
VLCMedia *)media;