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

Inherits <NSObject>.

Properties

NSString *_Nullable featureName
 
BOOL opened
 

Detailed Description

If you want to enable the advanced features of streaming with transcoding, contact support@agora.io.

Property Documentation

◆ featureName

- (NSString* _Nullable) featureName
readwritenonatomiccopy

The feature names, including LBHQ (high-quality video with a lower bitrate) and VEO (optimized video encoder).

◆ opened

- (BOOL) opened
readwritenonatomicassign

Whether to enable the advanced features of streaming with transcoding:

  • YES: Enable the advanced features.
  • NO: (Default) Do not enable the advanced features.