public class RCRTCConfigImpl extends Object implements RCRTCConfig
限定符和类型 | 类和说明 |
---|---|
static class |
RCRTCConfigImpl.BuilderImpl |
RCRTCConfig.Builder
限定符和类型 | 字段和说明 |
---|---|
<any> |
audioBitrate |
限定符和类型 | 方法和说明 |
---|---|
Object |
formatLogString() |
int |
getAudioBitrate() |
RCRTCParamsType.AudioCodecType |
getAudioCodecType() |
int |
getAudioSampleRate() |
int |
getAudioSource() |
Map<String,String> |
getCustomizedCameraParameter() |
int |
getDecoderColor() |
RCRTCParamsType.VideoBitrateMode |
getEncoderBitMode() |
int |
getEncoderColor() |
int |
getEncoderFrameRate() |
Integer |
getStatusReportInterval() |
boolean |
isAudioEncryptionEnable() |
boolean |
isAutoReconnect() |
boolean |
isEncoderHighProfile() |
boolean |
isEncoderTexture() |
boolean |
isHardWareDecoder() |
boolean |
isHardWareEncoder() |
boolean |
isLowLatencyRecordingEnabled() |
boolean |
isMicrophoneEnable() |
boolean |
isSRTPEnable() |
boolean |
isStereo() |
boolean |
isVideoEncryptionEnable() |
void |
updateServerConfig() |
public int getAudioSource()
public boolean isMicrophoneEnable()
public int getAudioBitrate()
public int getAudioSampleRate()
public boolean isStereo()
public boolean isEncoderHighProfile()
public boolean isHardWareDecoder()
public int getEncoderColor()
public int getEncoderFrameRate()
public boolean isEncoderTexture()
public RCRTCParamsType.VideoBitrateMode getEncoderBitMode()
public int getDecoderColor()
public boolean isHardWareEncoder()
public boolean isAutoReconnect()
public boolean isAudioEncryptionEnable()
public boolean isVideoEncryptionEnable()
public Integer getStatusReportInterval()
public boolean isSRTPEnable()
public RCRTCParamsType.AudioCodecType getAudioCodecType()
public void updateServerConfig()
public boolean isLowLatencyRecordingEnabled()
public Object formatLogString()