Agora RTC Objective-C API Reference  Refactor
Data Fields
AdvanceOptions Struct Reference

Data Fields

ENCODING_PREFERENCE encodingPreference
 
COMPRESSION_PREFERENCE compressionPreference
 
bool encodeAlpha
 

Detailed Description

The definition of the AdvanceOptions struct.

Constructor & Destructor Documentation

◆ AdvanceOptions() [1/2]

AdvanceOptions ( )
inline

◆ AdvanceOptions() [2/2]

AdvanceOptions ( ENCODING_PREFERENCE  encoding_preference,
COMPRESSION_PREFERENCE  compression_preference,
bool  encode_alpha 
)
inline

Member Function Documentation

◆ operator==()

bool operator== ( const AdvanceOptions rhs) const
inline

Field Documentation

◆ encodingPreference

ENCODING_PREFERENCE encodingPreference

The video encoder type preference..

◆ compressionPreference

COMPRESSION_PREFERENCE compressionPreference

Video compression preference.

◆ encodeAlpha

bool encodeAlpha

Whether to encode and send the alpha data to the remote when alpha data is present. The default value is false.