本地音频状态。
Constants
-
Encoding → const AudioLocalState
本地音频首帧编码成功。@JsonValue(2)
const AudioLocalState(2)
-
Failed → const AudioLocalState
本地音频启动失败。@JsonValue(3)
const AudioLocalState(3)
-
Recording → const AudioLocalState
本地音频录制设备启动成功。@JsonValue(1)
const AudioLocalState(1)
-
Stopped → const AudioLocalState
本地音频默认初始状态。@JsonValue(0)
const AudioLocalState(0)
-
values → const List<AudioLocalState>
A constant List of the values in this enum, in order of their declaration.
const List<AudioLocalState>
Properties
-
The hash code for this object. [...]read-only, inherited
-
index → int
The integer index of this enum.final
-
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
-
Returns a string representation of this object.override
Operators
-
operator ==(Object other) → bool
The equality operator. [...]inherited