Agora Java API Reference for Android
|
Public Member Functions | |
AdvanceOptions (ENCODING_PREFERENCE encodingPreference, COMPRESSION_PREFERENCE compressionPreference, boolean encodeAlpha) | |
Public Attributes | |
ENCODING_PREFERENCE | encodingPreference |
COMPRESSION_PREFERENCE | compressionPreference |
boolean | encodeAlpha |
The video advanceoptions.
ENCODING_PREFERENCE io.agora.rtc2.video.VideoEncoderConfiguration.AdvanceOptions.encodingPreference |
The Video encoder type preference.
COMPRESSION_PREFERENCE io.agora.rtc2.video.VideoEncoderConfiguration.AdvanceOptions.compressionPreference |
Video COMPRESSION PREFERENCE.
boolean io.agora.rtc2.video.VideoEncoderConfiguration.AdvanceOptions.encodeAlpha |
Whether to encode and send the alpha data to the remote when alpha data is present. The default value is false.