ZegoTrafficControlProperty Constants Reference
Declared in | ZegoExpressDefines.h |
---|
ZegoTrafficControlProperty
Traffic control property (bitmask enumeration).
Definition
typedef NS_OPTIONS(NSUInteger, ZegoTrafficControlProperty ) {
ZegoTrafficControlPropertyBasic = 0,
ZegoTrafficControlPropertyAdaptiveFPS = 1,
ZegoTrafficControlPropertyAdaptiveResolution = 1 < < 1,
ZegoTrafficControlPropertyAdaptiveAudioBitrate = 1 < < 2,
};
Constants
ZegoTrafficControlPropertyBasic
-
Basic (Adaptive (reduce) video bitrate)
Declared In
ZegoExpressDefines.h
. ZegoTrafficControlPropertyAdaptiveFPS
-
Adaptive (reduce) video FPS
Declared In
ZegoExpressDefines.h
. ZegoTrafficControlPropertyAdaptiveResolution
-
Adaptive (reduce) video resolution
Declared In
ZegoExpressDefines.h
. ZegoTrafficControlPropertyAdaptiveAudioBitrate
-
Adaptive (reduce) audio bitrate
Declared In
ZegoExpressDefines.h
.
Declared In
ZegoExpressDefines.h