LocalVideoStreamError enum Null safety

本地视频出错原因。

Constants

CaptureFailure → const LocalVideoStreamError

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

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

(仅适用于 iOS)应用处于后台。

@JsonValue(6)
const LocalVideoStreamError(6)
CaptureMultipleForegroundApps → const LocalVideoStreamError

(仅支持 iOS) 应用窗口处于侧拉、分屏、画中画模式。

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

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

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

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

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

SDK 找不到本地视频采集设备。

@JsonValue(8)
const LocalVideoStreamError(8)
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
A string representation of this object. [...]
override

Operators

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