package
0.0.0-20250224005500-01948a15fe7c
Repository: https://github.com/chromedp/cdproto.git
Documentation: pkg.go.dev

# Functions

Disable disables the WebAudio domain.
Enable enables the WebAudio domain and starts sending context lifetime events.
GetRealtimeData fetch the realtime data from the registered contexts.

# Constants

AutomationRate values.
AutomationRate values.
ChannelCountMode values.
ChannelCountMode values.
ChannelCountMode values.
ChannelInterpretation values.
ChannelInterpretation values.
Command names.
Command names.
Command names.
ContextState values.
ContextState values.
ContextState values.
ContextState values.
ContextType values.
ContextType values.

# Structs

AudioListener protocol object for AudioListener.
AudioNode protocol object for AudioNode.
AudioParam protocol object for AudioParam.
BaseAudioContext protocol object for BaseAudioContext.
ContextRealtimeData fields in AudioContext that change in real-time.
DisableParams disables the WebAudio domain.
EnableParams enables the WebAudio domain and starts sending context lifetime events.
EventAudioListenerCreated notifies that the construction of an AudioListener has finished.
EventAudioListenerWillBeDestroyed notifies that a new AudioListener has been created.
EventAudioNodeCreated notifies that a new AudioNode has been created.
EventAudioNodeWillBeDestroyed notifies that an existing AudioNode has been destroyed.
EventAudioParamCreated notifies that a new AudioParam has been created.
EventAudioParamWillBeDestroyed notifies that an existing AudioParam has been destroyed.
EventContextChanged notifies that existing BaseAudioContext has changed some properties (id stays the same).
EventContextCreated notifies that a new BaseAudioContext has been created.
EventContextWillBeDestroyed notifies that an existing BaseAudioContext will be destroyed.
EventNodeParamConnected notifies that an AudioNode is connected to an AudioParam.
EventNodeParamDisconnected notifies that an AudioNode is disconnected to an AudioParam.
EventNodesConnected notifies that two AudioNodes are connected.
EventNodesDisconnected notifies that AudioNodes are disconnected.
GetRealtimeDataParams fetch the realtime data from the registered contexts.
GetRealtimeDataReturns return values.

# Type aliases

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.
GraphObjectID an unique ID for a graph object (AudioContext, AudioNode, AudioParam) in Web Audio API.
NodeType enum of AudioNode types.
ParamType enum of AudioParam types.