RCRTCAVStreamType Constants Reference
| Declared in | RCRTCLibDefine.h |
|---|
RCRTCAVStreamType
观众订阅直播类型直播类型
Definition
typedef NS_ENUM(NSUInteger, RCRTCAVStreamType ) {
RCRTCAVStreamTypeAudio = 0,
RCRTCAVStreamTypeVideo = 1,
RCRTCAVStreamTypeAudioVideo = 2,
RCRTCAVStreamTypeVideo_tiny = 3,
RCRTCAVStreamTypeAudioVideo_tiny = 4,
};
Constants
RCRTCAVStreamTypeAudio-
仅订阅音频Declared In
RCRTCLibDefine.h. RCRTCAVStreamTypeVideo-
仅订阅视频(大流)Declared In
RCRTCLibDefine.h. RCRTCAVStreamTypeAudioVideo-
订阅音频+视频(大流)Declared In
RCRTCLibDefine.h. RCRTCAVStreamTypeVideo_tiny-
仅订阅视频(小流)Declared In
RCRTCLibDefine.h. RCRTCAVStreamTypeAudioVideo_tiny-
订阅音频+视频(小流)Declared In
RCRTCLibDefine.h.
Declared In
RCRTCLibDefine.h