Agora Java API Reference for Android
|
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) | |
The dual stream mode
io.agora.rtc2.Constants.VideoStreamType.VIDEO_STREAM_HIGH =(0) |
0: The high-quality video stream, which has a highest resolution and bitrate.
io.agora.rtc2.Constants.VideoStreamType.VIDEO_STREAM_LOW =(1) |
1: The low-quality video stream, which has a lowest resolution and bitrate.
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.
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.
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.
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.
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.
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.