AdvanceOptions

Used to configure advanced options for video encoding.

static public class AdvanceOptions {
    public ENCODING_PREFERENCE encodingPreference;
    public COMPRESSION_PREFERENCE compressionPreference;
    public boolean encodeAlpha;
  }

Properties

encodingPreference
Video encoder priority setting. See ENCODING_PREFERENCE.
compressionPreference
Compression preference setting for video encoding. See COMPRESSION_PREFERENCE.
encodeAlpha
Whether to encode and send alpha data in the video frame to the remote:
  • true: Encode and send alpha data.
  • false (default): Do not encode or send alpha data.