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

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)
 

Detailed Description

The mode in which the video stream is sent.

Member Data Documentation

◆ AUTO_SIMULCAST_STREAM

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.

◆ DISABLE_SIMULCAST_STREAM

io.agora.rtc2.Constants.SimulcastStreamMode.DISABLE_SIMULCAST_STREAM =(0)

0: Never send low-quality video stream.

◆ ENABLE_SIMULCAST_STREAM

io.agora.rtc2.Constants.SimulcastStreamMode.ENABLE_SIMULCAST_STREAM =(1)

1: Always send low-quality video stream.