自上次统计后本地视频质量的自适应情况(基于目标帧率和目标码率)。
Constants
-
AdaptDownBandwidth → const VideoQualityAdaptIndication
因网络带宽减少,本地视频质量变差。
@JsonValue(2)
const VideoQualityAdaptIndication(2)
-
AdaptNone → const VideoQualityAdaptIndication
本地视频质量不变。
@JsonValue(0)
const VideoQualityAdaptIndication(0)
-
AdaptUpBandwidth → const VideoQualityAdaptIndication
因网络带宽增加,本地视频质量改善。
@JsonValue(1)
const VideoQualityAdaptIndication(1)
-
values → const List<VideoQualityAdaptIndication>
A constant List of the values in this enum, in order of their declaration.
const List<VideoQualityAdaptIndication>
Properties
-
The hash code for this object. [...]read-only, inherited
-
index → int
The integer index of this enum.final
-
A representation of the runtime type of the object.read-only, inherited
Methods
-
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]inherited
-
Returns a string representation of this object.override
Operators
-
operator ==(Object other) → bool
The equality operator. [...]inherited