Agora RTC Objective-C API Reference  Refactor
Data Fields
LiveStreamAdvancedFeature Struct Reference

Data Fields

const char * featureName
 
bool opened
 

Detailed Description

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

Constructor & Destructor Documentation

◆ LiveStreamAdvancedFeature() [1/2]

◆ LiveStreamAdvancedFeature() [2/2]

LiveStreamAdvancedFeature ( const char *  feat_name,
bool  open 
)
inline

Field Documentation

◆ featureName

const char* featureName

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

◆ opened

bool opened

Whether to enable the advanced features of streaming with transcoding:

  • true: Enable the advanced features.
  • false: (Default) Do not enable the advanced features.