AudioLocalError enum
本地音频出错原因。
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)
- 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
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