ACSIncomingVideoOptions 类

声明

@interface ACSIncomingVideoOptions : NSObject;

说明

用于配置传入视频流的保留属性

方法

init

默认构造函数

-(instancetype)init;

属性

streamType

获取或设置应提供的传入视频Stream

@property ACSVideoStreamType streamType;