AudioManager class
Controls LiveKit's process-wide platform audio behavior.
The platform audio engine and its audio processing module are global to the
app process, so engine-scoped audio state lives here rather than on a Room
or an individual track.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getAudioProcessingState(
) → Future< AudioProcessingState?> - Diagnostic snapshot of the resolved audio processing state.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → AudioManager
-
final