Agora RTC Objective-C API Reference  Refactor
Properties
AgoraAdvancedVideoOptions Class Reference

Inherits <NSObject>.

Properties

AgoraEncodingPreference encodingPreference
 
AgoraCompressionPreference compressionPreference
 
BOOL encodeAlpha
 

Detailed Description

Properties of the video encoder configuration.

Property Documentation

◆ encodingPreference

- (AgoraEncodingPreference) encodingPreference
readwritenonatomicassign

The video encoder encodingPreference hard or soft

◆ compressionPreference

- (AgoraCompressionPreference) compressionPreference
readwritenonatomicassign

The video compression preference.

◆ encodeAlpha

- (BOOL) encodeAlpha
readwritenonatomicassign

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