ZegoTrafficControlMinVideoBitrateMode Constants Reference
Declared in | ZegoExpressDefines.h |
---|
ZegoTrafficControlMinVideoBitrateMode
Video transmission mode when current bitrate is lower than the set minimum bitrate.
Definition
typedef NS_ENUM(NSUInteger, ZegoTrafficControlMinVideoBitrateMode ) {
ZegoTrafficControlMinVideoBitrateModeNoVideo = 0,
ZegoTrafficControlMinVideoBitrateModeUltraLowFPS = 1,
};
Constants
ZegoTrafficControlMinVideoBitrateModeNoVideo
-
Stop video transmission when current bitrate is lower than the set minimum bitrate
Declared In
ZegoExpressDefines.h
. ZegoTrafficControlMinVideoBitrateModeUltraLowFPS
-
Video is sent at a very low frequency (no more than 2fps) which is lower than the set minimum bitrate
Declared In
ZegoExpressDefines.h
.
Declared In
ZegoExpressDefines.h