|
Agora RTC Objective-C API Reference
Refactor
|
Data Fields | |
| ENCODING_PREFERENCE | encodingPreference |
| COMPRESSION_PREFERENCE | compressionPreference |
| bool | encodeAlpha |
|
inline |
|
inline |
|
inline |
| ENCODING_PREFERENCE encodingPreference |
Video encoder preference. See ENCODING_PREFERENCE.
| COMPRESSION_PREFERENCE compressionPreference |
Compression preference for video encoding. See COMPRESSION_PREFERENCE.
| bool encodeAlpha |
Whether 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.