|
Agora RTC Objective-C API Reference
Refactor
|
Inherits <NSObject>.
Properties | |
| AgoraEncodingPreference | encodingPreference |
| AgoraCompressionPreference | compressionPreference |
| BOOL | encodeAlpha |
|
readwritenonatomicassign |
Video encoder preference. See AgoraEncodingPreference.
|
readwritenonatomicassign |
Compression preference for video encoding. See AgoraCompressionPreference.
|
readwritenonatomicassign |
Whether to encode and send the Alpha data present in the video frame to the remote end:
YES: Encode and send Alpha data.NO: (Default) Do not encode and send Alpha data.