|
Agora Java API Reference for Android
|
Index of video streams of different quality levels. More...
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) | |
Index of video streams of different quality levels.
| io.agora.rtc2.SimulcastConfig.StreamLayerIndex.STREAM_LAYER_1 =(0) |
0: Video stream layer_1, with lower resolution and bitrate than VIDEO_STREAM_HIGH.
| io.agora.rtc2.SimulcastConfig.StreamLayerIndex.STREAM_LAYER_2 =(1) |
1: Video stream layer_2, with lower resolution and bitrate than VIDEO_STREAM_LAYER_1.
| io.agora.rtc2.SimulcastConfig.StreamLayerIndex.STREAM_LAYER_3 =(2) |
2: Video stream layer_3, with lower resolution and bitrate than VIDEO_STREAM_LAYER_2.
| io.agora.rtc2.SimulcastConfig.StreamLayerIndex.STREAM_LAYER_4 =(3) |
3: Video stream layer_4, with lower resolution and bitrate than VIDEO_STREAM_LAYER_3.
| io.agora.rtc2.SimulcastConfig.StreamLayerIndex.STREAM_LAYER_5 =(4) |
4: Video stream layer_5, with lower resolution and bitrate than VIDEO_STREAM_LAYER_4.
| io.agora.rtc2.SimulcastConfig.StreamLayerIndex.STREAM_LAYER_6 =(5) |
5: Video stream layer_6, with lower resolution and bitrate than VIDEO_STREAM_LAYER_5.
| io.agora.rtc2.SimulcastConfig.StreamLayerIndex.STREAM_LOW =(6) |
6: Low-quality video stream, with the lowest resolution and bitrate.
| io.agora.rtc2.SimulcastConfig.StreamLayerIndex.STREAM_LAYER_COUNT_MAX =(7) |
7: Maximum number of video stream layers.
1.8.18