Module chromiumoxide::cdp::browser_protocol::web_audio[][src]

This domain allows inspection of Web Audio API. https://webaudio.github.io/web-audio-api/

Structs

AudioListener

Protocol object for AudioListener AudioListener

AudioListenerBuilder
AudioNode

Protocol object for AudioNode AudioNode

AudioNodeBuilder
AudioParam

Protocol object for AudioParam AudioParam

AudioParamBuilder
BaseAudioContext

Protocol object for BaseAudioContext BaseAudioContext

BaseAudioContextBuilder
ContextRealtimeData

Fields in AudioContext that change in real-time. ContextRealtimeData

ContextRealtimeDataBuilder
DisableParams

Disables the WebAudio domain. disable

DisableReturns

Disables the WebAudio domain. disable

EnableParams

Enables the WebAudio domain and starts sending context lifetime events. enable

EnableReturns

Enables the WebAudio domain and starts sending context lifetime events. enable

EventAudioListenerCreated

Notifies that the construction of an AudioListener has finished. audioListenerCreated

EventAudioListenerWillBeDestroyed

Notifies that a new AudioListener has been created. audioListenerWillBeDestroyed

EventAudioNodeCreated

Notifies that a new AudioNode has been created. audioNodeCreated

EventAudioNodeWillBeDestroyed

Notifies that an existing AudioNode has been destroyed. audioNodeWillBeDestroyed

EventAudioParamCreated

Notifies that a new AudioParam has been created. audioParamCreated

EventAudioParamWillBeDestroyed

Notifies that an existing AudioParam has been destroyed. audioParamWillBeDestroyed

EventContextChanged

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

EventContextCreated

Notifies that a new BaseAudioContext has been created. contextCreated

EventContextWillBeDestroyed

Notifies that an existing BaseAudioContext will be destroyed. contextWillBeDestroyed

EventNodeParamConnected

Notifies that an AudioNode is connected to an AudioParam. nodeParamConnected

EventNodeParamDisconnected

Notifies that an AudioNode is disconnected to an AudioParam. nodeParamDisconnected

EventNodesConnected

Notifies that two AudioNodes are connected. nodesConnected

EventNodesDisconnected

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

GetRealtimeDataParams

Fetch the realtime data from the registered contexts. getRealtimeData

GetRealtimeDataParamsBuilder
GetRealtimeDataReturns

Fetch the realtime data from the registered contexts. getRealtimeData

GetRealtimeDataReturnsBuilder
GraphObjectId

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

NodeType

Enum of AudioNode types NodeType

ParamType

Enum of AudioParam types ParamType

Enums

AutomationRate

Enum of AudioParam::AutomationRate from the spec

ChannelCountMode

Enum of AudioNode::ChannelCountMode from the spec

ChannelInterpretation

Enum of AudioNode::ChannelInterpretation from the spec

ContextState

Enum of AudioContextState from the spec

ContextType

Enum of BaseAudioContext types