|
Agora Java API Reference for Android
|
The mode in which the video stream is sent. More...
Static Public Member Functions | |
| static int | getValue (SimulcastStreamMode type) |
Public Attributes | |
| AUTO_SIMULCAST_STREAM =(-1) | |
| DISABLE_SIMULCAST_STREAM =(0) | |
| ENABLE_SIMULCAST_STREAM =(1) | |
The mode in which the video stream is sent.
| io.agora.rtc2.Constants.SimulcastStreamMode.AUTO_SIMULCAST_STREAM =(-1) |
-1: By default, do not send the low-quality video stream until a subscription request for the low-quality video stream is received from the receiving end, then automatically start sending low-quality video stream.
| io.agora.rtc2.Constants.SimulcastStreamMode.DISABLE_SIMULCAST_STREAM =(0) |
0: Never send low-quality video stream.
| io.agora.rtc2.Constants.SimulcastStreamMode.ENABLE_SIMULCAST_STREAM =(1) |
1: Always send low-quality video stream.
1.8.18