FallbackOrRecoverReason enum

{zh} * @detail keytype @brief 远端订阅流发生回退或恢复的原因

Inheritance
Available extensions

Values

unknown → const FallbackOrRecoverReason

@brief The default: Fallback due to an unknown reason that is neither infufficienclt bandwidth of the network nor poor-performance of the device

subscribeFallbackByBandwidth → const FallbackOrRecoverReason

@brief Fallback of the subscribed stream due to insufficient bandwidth of the network

subscribeFallbackByPerformance → const FallbackOrRecoverReason

@brief Fallback of the subscribed stream for poor-performance of the device

subscribeRecoverByBandwidth → const FallbackOrRecoverReason

@brief Reverting from a Fallback of the subscribed stream due to the recovery of the network bandwidth

subscribeRecoverByPerformance → const FallbackOrRecoverReason

@brief Reverting from a Fallback of the subscribed stream due to the amelioration of the device performance

publishFallbackByBandwidth → const FallbackOrRecoverReason

@brief Fallback of the publishing stream due to Insufficient bandwidth of the network

publishFallbackByPerformance → const FallbackOrRecoverReason

@brief Fallback of the publishing stream due to poor-performance of the device

publishRecoverByBandwidth → const FallbackOrRecoverReason

@brief Reverting from a Fallback of the publishing stream due to the recovery of the network bandwidth

publishRecoverByPerformance → const FallbackOrRecoverReason

@brief Reverting from a Fallback of the publishing stream due to the amelioration of the device performance

Properties

$value → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
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.