Agora Java API Reference for Android
|
#include <AgoraBase.h>
Public Member Functions | |
AdvanceOptions (ENCODING_PREFERENCE encoding_preference, COMPRESSION_PREFERENCE compression_preference, bool encode_alpha) | |
bool | operator== (const AdvanceOptions &rhs) const |
Public Attributes | |
ENCODING_PREFERENCE | encodingPreference |
COMPRESSION_PREFERENCE | compressionPreference |
bool | encodeAlpha |
The definition of the AdvanceOptions struct.
ENCODING_PREFERENCE agora::rtc::AdvanceOptions::encodingPreference |
The video encoder type preference..
COMPRESSION_PREFERENCE agora::rtc::AdvanceOptions::compressionPreference |
Video compression preference.
bool agora::rtc::AdvanceOptions::encodeAlpha |
Whether to encode and send the alpha data to the remote when alpha data is present. The default value is false.