VideoRemoteState enum

远端视频流状态。

Constants

Decoding → const VideoRemoteState

远端视频流正在解码,正常播放。在

@JsonValue(2)
const VideoRemoteState(2)
Failed → const VideoRemoteState

远端视频流播放失败。在 VideoRemoteStateReason.Internal 的情况下,会报告该状态。

@JsonValue(4)
const VideoRemoteState(4)
Frozen → const VideoRemoteState

远端视频流卡顿。在

@JsonValue(3)
const VideoRemoteState(3)
Starting → const VideoRemoteState

本地用户已接收远端视频首包。

@JsonValue(1)
const VideoRemoteState(1)
Stopped → const VideoRemoteState

远端视频默认初始状态。在

@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

hashCode int
The hash code for this object. [...]
read-only, inherited
index int

The integer index of this enum.

final
runtimeType Type
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
toString() String
Returns a string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited