Agora Java API Reference for Android
Public Member Functions | Public Attributes | List of all members
io.agora.rtc2.SimulcastConfig.StreamLayerIndex Enum Reference

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)
 

Detailed Description

Index of video streams of different quality levels.

Member Data Documentation

◆ STREAM_LAYER_1

io.agora.rtc2.SimulcastConfig.StreamLayerIndex.STREAM_LAYER_1 =(0)

0: Video stream layer_1, with lower resolution and bitrate than VIDEO_STREAM_HIGH.

◆ STREAM_LAYER_2

io.agora.rtc2.SimulcastConfig.StreamLayerIndex.STREAM_LAYER_2 =(1)

1: Video stream layer_2, with lower resolution and bitrate than VIDEO_STREAM_LAYER_1.

◆ STREAM_LAYER_3

io.agora.rtc2.SimulcastConfig.StreamLayerIndex.STREAM_LAYER_3 =(2)

2: Video stream layer_3, with lower resolution and bitrate than VIDEO_STREAM_LAYER_2.

◆ STREAM_LAYER_4

io.agora.rtc2.SimulcastConfig.StreamLayerIndex.STREAM_LAYER_4 =(3)

3: Video stream layer_4, with lower resolution and bitrate than VIDEO_STREAM_LAYER_3.

◆ STREAM_LAYER_5

io.agora.rtc2.SimulcastConfig.StreamLayerIndex.STREAM_LAYER_5 =(4)

4: Video stream layer_5, with lower resolution and bitrate than VIDEO_STREAM_LAYER_4.

◆ STREAM_LAYER_6

io.agora.rtc2.SimulcastConfig.StreamLayerIndex.STREAM_LAYER_6 =(5)

5: Video stream layer_6, with lower resolution and bitrate than VIDEO_STREAM_LAYER_5.

◆ STREAM_LOW

io.agora.rtc2.SimulcastConfig.StreamLayerIndex.STREAM_LOW =(6)

6: Low-quality video stream, with the lowest resolution and bitrate.

◆ STREAM_LAYER_COUNT_MAX

io.agora.rtc2.SimulcastConfig.StreamLayerIndex.STREAM_LAYER_COUNT_MAX =(7)

7: Maximum number of video stream layers.