AudioLocalState enum Null safety
The state of the local audio.
Constants
- Encoding → const AudioLocalState
-
The first audio frame encodes successfully.
@JsonValue(2)const AudioLocalState(2)
- Failed → const AudioLocalState
-
The local audio fails to start.
@JsonValue(3)const AudioLocalState(3)
- Recording → const AudioLocalState
-
The recording device starts successfully.
@JsonValue(1)const AudioLocalState(1)
- Stopped → const AudioLocalState
-
The local audio is in the initial state.
@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
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