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

Inherits <NSObject>.

Properties

NSString *_Nullable featureName
 
BOOL opened
 

Detailed Description

The configuration for advanced features of the RTMP or RTMPS streaming with transcoding.

Property Documentation

◆ featureName

- (NSString* _Nullable) featureName
readwritenonatomiccopy

The name of the advanced feature, including the following:

  • LBHQ: The advanced feature for high-quality video with a lower bitrate.
  • VEO: The advanced feature for the optimized video encoder.

◆ opened

- (BOOL) opened
readwritenonatomicassign

Whether to enable the advanced feature:

  • YES: Enable the advanced feature.
  • NO: (Default) Disable the advanced feature.