Package io.agora.rtc2.video
Class VideoEncoderConfiguration.AdvanceOptions
java.lang.Object
io.agora.rtc2.video.VideoEncoderConfiguration.AdvanceOptions
- Enclosing class:
- VideoEncoderConfiguration
-
Field Summary
FieldsModifier and TypeFieldDescriptionCompression preference for video encoding.booleanWhether to encode and send the Alpha data present in the video frame to the remote end: - `true`: Encode and send Alpha data.Video encoder preference. -
Constructor Summary
ConstructorsConstructorDescriptionAdvanceOptions(VideoEncoderConfiguration.ENCODING_PREFERENCE encodingPreference, VideoEncoderConfiguration.COMPRESSION_PREFERENCE compressionPreference, boolean encodeAlpha) -
Method Summary
-
Field Details
-
encodingPreference
Video encoder preference. See `ENCODING_PREFERENCE`. -
compressionPreference
Compression preference for video encoding. See `COMPRESSION_PREFERENCE`. -
encodeAlpha
public boolean encodeAlphaWhether to encode and send the Alpha data present in the video frame to the remote end: - `true`: Encode and send Alpha data. - `false`: (Default) Do not encode and send Alpha data.
-
-
Constructor Details
-
AdvanceOptions
public AdvanceOptions(VideoEncoderConfiguration.ENCODING_PREFERENCE encodingPreference, VideoEncoderConfiguration.COMPRESSION_PREFERENCE compressionPreference, boolean encodeAlpha) -
AdvanceOptions
public AdvanceOptions()
-