Available on crate features
experimental and WebAudio only.Expand description
This domain allows inspection of Web Audio API. https://webaudio.github.io/web-audio-api/
Structs§
- Audio
Listener - Protocol object for AudioListener
- Audio
Listener Created Event - Notifies that the construction of an AudioListener has finished.
- Audio
Listener Will BeDestroyed Event - Notifies that a new AudioListener has been created.
- Audio
Node - Protocol object for AudioNode
- Audio
Node Builder - Audio
Node Created Event - Notifies that a new AudioNode has been created.
- Audio
Node Will BeDestroyed Event - Notifies that an existing AudioNode has been destroyed.
- Audio
Param - Protocol object for AudioParam
- Audio
Param Builder - Audio
Param Created Event - Notifies that a new AudioParam has been created.
- Audio
Param Will BeDestroyed Event - Notifies that an existing AudioParam has been destroyed.
- Base
Audio Context - Protocol object for BaseAudioContext
- Base
Audio Context Builder - Context
Changed Event - Notifies that existing BaseAudioContext has changed some properties (id stays the same)..
- Context
Created Event - Notifies that a new BaseAudioContext has been created.
- Context
Realtime Data - Fields in AudioContext that change in real-time.
- Context
Realtime Data Builder - Context
Will BeDestroyed Event - Notifies that an existing BaseAudioContext will be destroyed.
- Disable
Command - Disables the WebAudio domain.
- Disable
Return - Disables the WebAudio domain.
- Enable
Command - Enables the WebAudio domain and starts sending context lifetime events.
- Enable
Return - Enables the WebAudio domain and starts sending context lifetime events.
- GetRealtime
Data Command - Fetch the realtime data from the registered contexts.
- GetRealtime
Data Return - Fetch the realtime data from the registered contexts.
- Graph
Object Id - An unique ID for a graph object (AudioContext, AudioNode, AudioParam) in Web Audio API
- Node
Param Connected Event - Notifies that an AudioNode is connected to an AudioParam.
- Node
Param Connected Event Builder - Node
Param Disconnected Event - Notifies that an AudioNode is disconnected to an AudioParam.
- Node
Param Disconnected Event Builder - Node
Type - Enum of AudioNode types
- Nodes
Connected Event - Notifies that two AudioNodes are connected.
- Nodes
Connected Event Builder - Nodes
Disconnected Event - Notifies that AudioNodes are disconnected. The destination can be null, and it means all the outgoing connections from the source are disconnected.
- Nodes
Disconnected Event Builder - Param
Type - Enum of AudioParam types