public interface RCRTCVideoStreamConfig
| 限定符和类型 | 接口和说明 |
|---|---|
static class |
RCRTCVideoStreamConfig.Builder |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getMaxRate()
获取视频发送的最大码率
|
int |
getMinRate()
获取视频发送的最小码率
|
RCRTCParamsType.RCRTCVideoFps |
getVideoFps()
获取视频发送的帧率
|
RCRTCParamsType.RCRTCVideoResolution |
getVideoResolution()
获取视频发送的分辨率
|
int getMaxRate()
int getMinRate()
RCRTCParamsType.RCRTCVideoFps getVideoFps()
RCRTCParamsType.RCRTCVideoResolution getVideoResolution()