GlobalAudioScope class
Handle global audio scope like calls and events concerning all AudioPlayers.
Constructors
Properties
-
eventStream
↔ Stream<
GlobalAudioEvent> -
Stream of global events.
latefinal
- hashCode → int
-
The hash code for this object.
no setterinherited
- logLevel → AudioLogLevel
-
no setter
-
onLog
→ Stream<
String> -
Stream of global log events.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
changeLogLevel(
AudioLogLevel level) → Future< void> -
error(
String message) → void -
info(
String message) → void -
log(
AudioLogLevel level, String message) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setAudioContext(
AudioContext ctx) → Future< void> -
setGlobalAudioContext(
AudioContext ctx) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited