远端视频流状态。
Constants
-
Decoding → const VideoRemoteState
远端视频流正在解码,正常播放。在VideoRemoteStateReason.NetworkRecovery、VideoRemoteStateReason.LocalUnmuted、VideoRemoteStateReason.RemoteUnmuted 或VideoRemoteStateReason.AudioFallbackRecovery 的情况下,会报告该状态。@JsonValue(2)
const VideoRemoteState(2)
-
Failed → const VideoRemoteState
远端视频流播放失败。在 VideoRemoteStateReason.Internal 的情况下,会报告该状态。@JsonValue(4)
const VideoRemoteState(4)
-
Frozen → const VideoRemoteState
远端视频流卡顿。在VideoRemoteStateReason.NetworkCongestion 或VideoRemoteStateReason.AudioFallback 的情况下,会报告该状态。@JsonValue(3)
const VideoRemoteState(3)
-
Starting → const VideoRemoteState
本地用户已接收远端视频首包。@JsonValue(1)
const VideoRemoteState(1)
-
Stopped → const VideoRemoteState
远端视频默认初始状态。在VideoRemoteStateReason.LocalMuted、VideoRemoteStateReason.RemoteMuted 或VideoRemoteStateReason.RemoteOffline 的情况下,会报告该状态。@JsonValue(0)
const VideoRemoteState(0)
-
values → const List<VideoRemoteState>
A constant List of the values in this enum, in order of their declaration.
const List<VideoRemoteState>
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