WebAudioApi class
This domain allows inspection of Web Audio API. https://webaudio.github.io/web-audio-api/
Constructors
- WebAudioApi(Client _client)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
onAudioListenerCreated
→ Stream<
AudioListener> -
Notifies that the construction of an AudioListener has finished.
no setter
-
onAudioListenerWillBeDestroyed
→ Stream<
AudioListenerWillBeDestroyedEvent> -
Notifies that a new AudioListener has been created.
no setter
-
onAudioNodeCreated
→ Stream<
AudioNode> -
Notifies that a new AudioNode has been created.
no setter
-
onAudioNodeWillBeDestroyed
→ Stream<
AudioNodeWillBeDestroyedEvent> -
Notifies that an existing AudioNode has been destroyed.
no setter
-
onAudioParamCreated
→ Stream<
AudioParam> -
Notifies that a new AudioParam has been created.
no setter
-
onAudioParamWillBeDestroyed
→ Stream<
AudioParamWillBeDestroyedEvent> -
Notifies that an existing AudioParam has been destroyed.
no setter
-
onContextChanged
→ Stream<
BaseAudioContext> -
Notifies that existing BaseAudioContext has changed some properties (id stays the same)..
no setter
-
onContextCreated
→ Stream<
BaseAudioContext> -
Notifies that a new BaseAudioContext has been created.
no setter
-
onContextWillBeDestroyed
→ Stream<
GraphObjectId> -
Notifies that an existing BaseAudioContext will be destroyed.
no setter
-
onNodeParamConnected
→ Stream<
NodeParamConnectedEvent> -
Notifies that an AudioNode is connected to an AudioParam.
no setter
-
onNodeParamDisconnected
→ Stream<
NodeParamDisconnectedEvent> -
Notifies that an AudioNode is disconnected to an AudioParam.
no setter
-
onNodesConnected
→ Stream<
NodesConnectedEvent> -
Notifies that two AudioNodes are connected.
no setter
-
onNodesDisconnected
→ Stream<
NodesDisconnectedEvent> -
Notifies that AudioNodes are disconnected. The destination can be null, and it means all the outgoing connections from the source are disconnected.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
disable(
) → Future< void> - Disables the WebAudio domain.
-
enable(
) → Future< void> - Enables the WebAudio domain and starts sending context lifetime events.
-
getRealtimeData(
GraphObjectId contextId) → Future< ContextRealtimeData> - Fetch the realtime data from the registered contexts.
-
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