public static class VideoEncoderConfiguration.AdvanceOptions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
VideoEncoderConfiguration.COMPRESSION_PREFERENCE |
compressionPreference
Video COMPRESSION PREFERENCE.
|
boolean |
encodeAlpha
Whether to encode and send the alpha data to the remote when alpha data is present.
|
VideoEncoderConfiguration.ENCODING_PREFERENCE |
encodingPreference
The Video encoder type preference.
|
Constructor and Description |
---|
AdvanceOptions() |
AdvanceOptions(VideoEncoderConfiguration.ENCODING_PREFERENCE encodingPreference,
VideoEncoderConfiguration.COMPRESSION_PREFERENCE compressionPreference,
boolean encodeAlpha) |
public VideoEncoderConfiguration.ENCODING_PREFERENCE encodingPreference
public VideoEncoderConfiguration.COMPRESSION_PREFERENCE compressionPreference
public boolean encodeAlpha
public AdvanceOptions(VideoEncoderConfiguration.ENCODING_PREFERENCE encodingPreference, VideoEncoderConfiguration.COMPRESSION_PREFERENCE compressionPreference, boolean encodeAlpha)
public AdvanceOptions()