Skip to main content

Module types

Module types 

Source
Expand description

CDP type definitions for this domain.

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.

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

Type Aliases§

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