Agora Java API Reference for Android
Public Member Functions | Public Attributes | List of all members
agora::rtc::LiveStreamAdvancedFeature Struct Reference

Public Member Functions

 LiveStreamAdvancedFeature (const char *feat_name, bool open)
 

Public Attributes

const char * featureName
 
bool opened
 

Member Data Documentation

◆ featureName

const char* agora::rtc::LiveStreamAdvancedFeature::featureName

The advanced feature for high-quality video with a lower bitrate. The advanced feature for the optimized video encoder. The name of the advanced feature. It contains LBHQ and VEO. "lbhq" "veo"

◆ opened

bool agora::rtc::LiveStreamAdvancedFeature::opened

Whether to enable the advanced feature:

  • true: Enable the advanced feature.
  • false: (Default) Disable the advanced feature.