public abstract class AdvancedSetting<T>
extends java.lang.Object
These settings are for special use cases and usually do not need to be set.
Phone.setAdvancedSetting(AdvancedSetting)
Modifier and Type | Class and Description |
---|---|
static class |
AdvancedSetting.ShareMaxCaptureFPS
Set the max screen capture fps for screen share for the call.
|
static class |
AdvancedSetting.VideoEnableCamera2
Use android.hardware.camera2.CameraDevice or use android.hardware.Camera.
|
static class |
AdvancedSetting.VideoEnableDecoderMosaic
Enable or disable the video mosaic for error-concealment when data loss in network.
|
static class |
AdvancedSetting.VideoMaxTxFPS
Set the max sending fps for video for the call.
|
Modifier and Type | Method and Description |
---|---|
T |
getDefaultValue()
Returns the default value of this setting item.
|
T |
getValue()
Returns the value of this setting item.
|
java.lang.String |
toString() |