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;
Definition: VLCRendererItem.h:36
instancetype NS_UNAVAILABLE()
NSString * iconURI
Definition: VLCRendererItem.h:51
int flags
Definition: VLCRendererItem.h:56
NSString * type
Definition: VLCRendererItem.h:46
NSString * name
Definition: VLCRendererItem.h:41