setAdvancedFeatures
Sets whether to enable the advanced features of streaming with transcoding.
public void setAdvancedFeatures(String featureName, Boolean opened) { advancedFeatures.put(featureName, opened); }
Details
If you want to enable the advanced features of streaming with transcoding, contact support@agora.io.
Parameters
- featureName
- The feature names, including LBHQ (high-quality video with a lower bitrate) and VEO (optimized video encoder).
- opened
- Whether to enable the advanced features of streaming with transcoding:
true
: Enable the advanced features.false
: (Default) Do not enable the advanced features.