ZegoTrafficControlMinVideoBitrateMode enum

流控触发最低码率时的视频发送模式

Inheritance
  • Object
  • Enum
  • ZegoTrafficControlMinVideoBitrateMode

Constructors

ZegoTrafficControlMinVideoBitrateMode()
const

Values

NoVideo → const ZegoTrafficControlMinVideoBitrateMode

低于设置的最低码率时,停止视频发送

UltraLowFPS → const ZegoTrafficControlMinVideoBitrateMode

低于设置的最低码率时,视频以极低的频率发送(不超过 2 FPS)

Properties

hashCode → int
The hash code for this object.
read-onlyinherited
index → int
A numeric identifier for the enumerated value.
read-onlyinherited
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Constants

values → const List<ZegoTrafficControlMinVideoBitrateMode>
A constant List of the values in this enum, in order of their declaration.
[NoVideo, UltraLowFPS]