FallbackOrRecoverReason enum

远端订阅流发生回退或从回退中恢复的原因

Inheritance

Constructors

FallbackOrRecoverReason()
const

Values

unknown → const FallbackOrRecoverReason

其他原因,非带宽和性能原因引起的回退或恢复,默认值

subscribeFallbackByBandwidth → const FallbackOrRecoverReason

由带宽不足导致的订阅端音视频流回退

subscribeFallbackByPerformance → const FallbackOrRecoverReason

由性能不足导致的订阅端音视频流回退

subscribeRecoverByBandwidth → const FallbackOrRecoverReason

由带宽恢复导致的订阅端音视频流恢复

subscribeRecoverByPerformance → const FallbackOrRecoverReason

由性能恢复导致的订阅端音视频流恢复

publishFallbackByBandwidth → const FallbackOrRecoverReason

由带宽不足导致的发布端音视频流回退

publishFallbackByPerformance → const FallbackOrRecoverReason

由性能不足导致的发布端音视频流回退

publishRecoverByBandwidth → const FallbackOrRecoverReason

由带宽恢复导致的发布端音视频流恢复

publishRecoverByPerformance → const FallbackOrRecoverReason

由性能恢复导致的发布端音视频流恢复

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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<FallbackOrRecoverReason>
A constant List of the values in this enum, in order of their declaration.