GlobalAudioScope class

Handle global audio scope like calls and events concerning all AudioPlayers.

Constructors

GlobalAudioScope()

Properties

eventStream Stream<GlobalAudioEvent>
Stream of global events.
latefinal
hashCode int
The hash code for this object.
no setterinherited
onLog Stream<String>
Stream of global log events.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAudioContext(AudioContext ctx) Future<void>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited