Module chrome_remote_interface_model::web_audio[][src]

This is supported 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

Protocol object for AudioListener

Notifies that the construction of an AudioListener has finished.

Notifies that a new AudioListener has been created.

Protocol object for AudioNode

Notifies that a new AudioNode has been created.

Notifies that an existing AudioNode has been destroyed.

Protocol object for AudioParam

Notifies that a new AudioParam has been created.

Notifies that an existing AudioParam has been destroyed.

Protocol object for BaseAudioContext

Notifies that existing BaseAudioContext has changed some properties (id stays the same)..

Notifies that a new BaseAudioContext has been created.

Fields in AudioContext that change in real-time.

Notifies that an existing BaseAudioContext will be destroyed.

Disables the WebAudio domain.

Disables the WebAudio domain.

Enables the WebAudio domain and starts sending context lifetime events.

Enables the WebAudio domain and starts sending context lifetime events.

Fetch the realtime data from the registered contexts.

Fetch the realtime data from the registered contexts.

An unique ID for a graph object (AudioContext, AudioNode, AudioParam) in Web Audio API

Notifies that an AudioNode is connected to an AudioParam.

Notifies that an AudioNode is disconnected to an AudioParam.

Enum of AudioNode types

Notifies that two AudioNodes are connected.

Notifies that AudioNodes are disconnected. The destination can be null, and it means all the outgoing connections from the source are disconnected.

Enum of AudioParam types

Enums