AudioLocalError enum Null safety

本地音频出错原因。

Constants

DeviceBusy → const AudioLocalError

本地音频录制设备已经在使用中。

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

没有权限启动本地音频录制设备。

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

本地音频编码失败。

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

本地音频出错原因不明确。

@JsonValue(1)
const AudioLocalError(1)
Interrupted → const AudioLocalError

本地音频采集被系统电话中断。

@JsonValue(8)
const AudioLocalError(6)
Ok → const AudioLocalError

本地音频状态正常。

@JsonValue(0)
const AudioLocalError(0)
RecordFailure → const AudioLocalError

本地音频录制失败,建议你检查录制设备是否正常工作。

@JsonValue(4)
const AudioLocalError(4)
values → const List<AudioLocalError>

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

const List<AudioLocalError>

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