ACSVideoStreamType 枚举
声明
typedef enum ACSVideoStreamType : NSInteger { ... } ACSVideoStreamType;
说明
呼叫中使用的传出视频流类型
值
“属性” | 值 | 说明 | 备注 |
---|---|---|---|
ACSVideoStreamTypeRemoteIncoming |
1 | 远程 | |
ACSVideoStreamTypeRawIncoming |
2 | 原始 | |
ACSVideoStreamTypeLocalOutgoing |
3 | Local | |
ACSVideoStreamTypeVirtualOutgoing |
4 | 视频 | |
ACSVideoStreamTypeScreenShareOutgoing |
5 | 屏幕共享 |