|
Agora Java API Reference for Android
|
Public Member Functions | |
| int | getValue () |
Public Attributes | |
| STREAM_LAYER_1 =(0) | |
| STREAM_LAYER_2 =(1) | |
| STREAM_LAYER_3 =(2) | |
| STREAM_LAYER_4 =(3) | |
| STREAM_LAYER_5 =(4) | |
| STREAM_LAYER_6 =(5) | |
| STREAM_LOW =(6) | |
| STREAM_LAYER_COUNT_MAX =(7) | |
The index of multi-layer video stream
| io.agora.rtc2.SimulcastConfig.StreamLayerIndex.STREAM_LAYER_1 =(0) |
0: The video stream of layer_1, which has a lower resolution and bitrate than STREAM_HIGH.
| io.agora.rtc2.SimulcastConfig.StreamLayerIndex.STREAM_LAYER_2 =(1) |
1: The video stream of layer_2, which has a lower resolution and bitrate than VIDEO_STREAM_LAYER_1.
| io.agora.rtc2.SimulcastConfig.StreamLayerIndex.STREAM_LAYER_3 =(2) |
2: The video stream of layer_3, which has a lower resolution and bitrate than VIDEO_STREAM_LAYER_2.
| io.agora.rtc2.SimulcastConfig.StreamLayerIndex.STREAM_LAYER_4 =(3) |
3: The video stream of layer_4, which has a lower resolution and bitrate than VIDEO_STREAM_LAYER_3.
| io.agora.rtc2.SimulcastConfig.StreamLayerIndex.STREAM_LAYER_5 =(4) |
4: The video stream of layer_5, which has a lower resolution and bitrate than VIDEO_STREAM_LAYER_4.
| io.agora.rtc2.SimulcastConfig.StreamLayerIndex.STREAM_LAYER_6 =(5) |
5: The video stream of layer_6, which has a lower resolution and bitrate than VIDEO_STREAM_LAYER_5.
| io.agora.rtc2.SimulcastConfig.StreamLayerIndex.STREAM_LOW =(6) |
6: The low-quality video stream, which has the lowest resolution and bitrate.
| io.agora.rtc2.SimulcastConfig.StreamLayerIndex.STREAM_LAYER_COUNT_MAX =(7) |
7: Max count of video stream layers
1.8.18