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

Public Member Functions

int getValue ()
 

Public Attributes

 VIDEO_STREAM_HIGH =(0)
 
 VIDEO_STREAM_LOW =(1)
 
 VIDEO_STREAM_LAYER_1 =(4)
 
 VIDEO_STREAM_LAYER_2 =(5)
 
 VIDEO_STREAM_LAYER_3 =(6)
 
 VIDEO_STREAM_LAYER_4 =(7)
 
 VIDEO_STREAM_LAYER_5 =(8)
 
 VIDEO_STREAM_LAYER_6 =(9)
 

Detailed Description

The dual stream mode

Member Data Documentation

◆ VIDEO_STREAM_HIGH

io.agora.rtc2.Constants.VideoStreamType.VIDEO_STREAM_HIGH =(0)

0: The high-quality video stream, which has a highest resolution and bitrate.

◆ VIDEO_STREAM_LOW

io.agora.rtc2.Constants.VideoStreamType.VIDEO_STREAM_LOW =(1)

1: The low-quality video stream, which has a lowest resolution and bitrate.

◆ VIDEO_STREAM_LAYER_1

io.agora.rtc2.Constants.VideoStreamType.VIDEO_STREAM_LAYER_1 =(4)

4: The video stream of layer_1, which has a lower resolution and bitrate than VIDEO_STREAM_HIGH.

◆ VIDEO_STREAM_LAYER_2

io.agora.rtc2.Constants.VideoStreamType.VIDEO_STREAM_LAYER_2 =(5)

5: The video stream of layer_2, which has a lower resolution and bitrate than VIDEO_STREAM_LAYER_1.

◆ VIDEO_STREAM_LAYER_3

io.agora.rtc2.Constants.VideoStreamType.VIDEO_STREAM_LAYER_3 =(6)

6: The video stream of layer_3, which has a lower resolution and bitrate than VIDEO_STREAM_LAYER_2.

◆ VIDEO_STREAM_LAYER_4

io.agora.rtc2.Constants.VideoStreamType.VIDEO_STREAM_LAYER_4 =(7)

7: The video stream of layer_4, which has a lower resolution and bitrate than VIDEO_STREAM_LAYER_3.

◆ VIDEO_STREAM_LAYER_5

io.agora.rtc2.Constants.VideoStreamType.VIDEO_STREAM_LAYER_5 =(8)

8: The video stream of layer_5, which has a lower resolution and bitrate than VIDEO_STREAM_LAYER_4.

◆ VIDEO_STREAM_LAYER_6

io.agora.rtc2.Constants.VideoStreamType.VIDEO_STREAM_LAYER_6 =(9)

9: The video stream of layer_6, which has a lower resolution and bitrate than VIDEO_STREAM_LAYER_5.