|
Agora Java API Reference for Android
|
Classes | |
| class | StreamLayerConfig |
| enum | StreamLayerIndex |
Public Attributes | |
| final StreamLayerConfig[] | configs |
| boolean | publishFallbackEnable |
The configuration of the multi-layer video stream.
| final StreamLayerConfig [] io.agora.rtc2.SimulcastConfig.configs |
The array of StreamLayerConfig, which contains STREAM_LAYER_COUNT_MAX layers of video stream at most.
| boolean io.agora.rtc2.SimulcastConfig.publishFallbackEnable |
Whether to enable fallback publishing. When set to true, it allows dynamic disabling of multiple streams when the performance or network of the publishing end is poor. The order of disabling is layer1->layer6.
The system guarantees that even under poor network conditions or limited device capabilities, at least the major stream and lowest-resolution minor stream will be maintained for basic video continuity.
1.8.18