35 typedef NS_ENUM(NSInteger, VLCRepeatMode) {
88 @property (nonatomic, weak) id <VLCMediaListPlayerDelegate>
delegate;
94 - (instancetype)initWithDrawable:(
id)drawable;
99 - (instancetype)initWithOptions:(NSArray *)options;
105 - (instancetype)initWithOptions:(NSArray *)options andDrawable:(
id)drawable;
124 @property (NS_NONATOMIC_IOSONLY, readonly) BOOL
next;
129 @property (NS_NONATOMIC_IOSONLY, readonly) BOOL
previous;
135 - (BOOL)playItemAtIndex:(
int)index __attribute__((deprecated));
140 - (void)playItemAtNumber:(NSNumber *)index;
151 - (void)playMedia:(
VLCMedia *)media;