LocalVideoStreamError enum

本地视频出错原因。

Constants

CaptureFailure → const LocalVideoStreamError

本地视频采集失败,建议检查采集设备是否正常工作。

@JsonValue(4)
const LocalVideoStreamError(4)
DeviceBusy → const LocalVideoStreamError

本地视频采集设备正在使用中。

@JsonValue(3)
const LocalVideoStreamError(3)
DeviceNoPermission → const LocalVideoStreamError

没有权限启动本地视频采集设备。

@JsonValue(2)
const LocalVideoStreamError(2)
EncodeFailure → const LocalVideoStreamError

本地视频编码失败。

@JsonValue(5)
const LocalVideoStreamError(5)
Failure → const LocalVideoStreamError

出错原因不明确。

@JsonValue(1)
const LocalVideoStreamError(1)
OK → const LocalVideoStreamError

本地视频状态正常。

@JsonValue(0)
const LocalVideoStreamError(0)
values → const List<LocalVideoStreamError>

A constant List of the values in this enum, in order of their declaration.

const List<LocalVideoStreamError>

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