im.zego.zegoexpress.constants.ZegoTrafficControlMinVideoBitrateMode
Video transmission mode when current bitrate is lower than the set minimum bitrate.
Declared in
constants/ZegoTrafficControlMinVideoBitrateMode.java
Public-Attrib Lists
Public-Func Lists
Public-Static-Func Lists
Public-Attrib Docs
NO_VIDEO
public NO_VIDEO ()
Initial: NO_VIDEO =(0)
Stop video transmission when current bitrate is lower than the set minimum bitrate.
ULTRA_LOW_FPS
public ULTRA_LOW_FPS ()
Initial: ULTRA_LOW_FPS =(1)
Video is sent at a very low frequency (no more than 2fps) which is lower than the set minimum bitrate.
Public-Func Docs
value
public int value ()
Public-Static-Func Docs
getZegoTrafficControlMinVideoBitrateMode
public ZegoTrafficControlMinVideoBitrateMode getZegoTrafficControlMinVideoBitrateMode (int value)