9 #ifndef avd_sdk_AVDScreen_h 10 #define avd_sdk_AVDScreen_h 43 - (void) onScreenDataNotify:(NSInteger)level description:(NSString*)description deviceId:(
AVDDeviceId)fromId;
89 @property (nonatomic,weak) id <AVDScreenDelegate>
delegate;
150 #ifndef DOXYGEN_SHOULD_SKIP_THIS 153 unavailable("
init is not a supported initializer for this class.")));
设备信息结构.
Definition: AVDVideoDevice.h:19
AVDDeviceStatus
设备状态.
Definition: AVDDevice.h:14
id< AVDScreenDelegate > delegate
屏幕窗口共享模块回调接口代理
Definition: AVDScreen.h:89
房间中屏幕窗口共享模块回调接口.
Definition: AVDScreen.h:23
NSString * AVDDeviceId
Definition: AVDCommon.h:17
Definition: AVDModule.h:24
NSInteger AVDResult
Definition: AVDCommon.h:14
NSMutableArray * publishedScreens
已共享屏幕窗口信息列表,数组中存放AVDVideoDevice对象
Definition: AVDScreen.h:91
Definition: AVDVideoRenderer.h:27
(unavailable("init is not a supported initializer for this class." __attribute__()
初始状态
Definition: AVDRoomInfo.h:37
NSMutableArray * subscribedScreens
已订阅屏幕窗口信息列表,数组中存放AVDVideoDevice对象
Definition: AVDScreen.h:93
房间中屏幕窗口共享模块接口.
Definition: AVDScreen.h:87
房间接口类
Definition: AVDRoom.h:173