24 NS_ASSUME_NONNULL_BEGIN
26 typedef NS_OPTIONS(NSInteger, VLCRendererPlay) {
28 VLCRendererPlaysAudio = 1 << 0,
30 VLCRendererPlaysVideo = 1 << 1
41 @property (nonatomic, readonly, copy) NSString *
name;
46 @property (nonatomic, readonly, copy) NSString *
type;
51 @property (nonatomic, readonly, copy) NSString *
iconURI;
56 @property (nonatomic, readonly, assign)
int flags;