31 NS_ASSUME_NONNULL_BEGIN
37 typedef NS_ENUM(NSInteger, VLCRepeatMode) {
90 @property (nonatomic, weak, nullable) id <VLCMediaListPlayerDelegate>
delegate;
96 - (instancetype)initWithDrawable:(
id)drawable;
101 - (instancetype)initWithOptions:(NSArray *)options;
107 - (instancetype)initWithOptions:(NSArray *)options andDrawable:(
id)drawable;
126 @property (NS_NONATOMIC_IOSONLY, readonly) BOOL
next;
131 @property (NS_NONATOMIC_IOSONLY, readonly) BOOL
previous;
137 - (BOOL)playItemAtIndex:(
int)index __attribute__((deprecated));
142 - (void)playItemAtNumber:(NSNumber *)index;
153 - (void)playMedia:(
VLCMedia *)media;
157 NS_ASSUME_NONNULL_END