Namespace Selenium.WebDriver.BiDi.Cdp.WebAudio
Classes
- AudioListener
Protocol object for AudioListener
- AudioListenerCreatedEventArgs
Notifies that the construction of an AudioListener has finished.
- AudioListenerWillBeDestroyedEventArgs
Notifies that a new AudioListener has been created.
- AudioNode
Protocol object for AudioNode
- AudioNodeCreatedEventArgs
Notifies that a new AudioNode has been created.
- AudioNodeWillBeDestroyedEventArgs
Notifies that an existing AudioNode has been destroyed.
- AudioParam
Protocol object for AudioParam
- AudioParamCreatedEventArgs
Notifies that a new AudioParam has been created.
- AudioParamWillBeDestroyedEventArgs
Notifies that an existing AudioParam has been destroyed.
- BaseAudioContext
Protocol object for BaseAudioContext
- ContextChangedEventArgs
Notifies that existing BaseAudioContext has changed some properties (id stays the same)..
- ContextCreatedEventArgs
Notifies that a new BaseAudioContext has been created.
- ContextRealtimeData
Fields in AudioContext that change in real-time.
- ContextWillBeDestroyedEventArgs
Notifies that an existing BaseAudioContext will be destroyed.
- GraphObjectId
An unique ID for a graph object (AudioContext, AudioNode, AudioParam) in Web Audio API
- NodeParamConnectedEventArgs
Notifies that an AudioNode is connected to an AudioParam.
- NodeParamDisconnectedEventArgs
Notifies that an AudioNode is disconnected to an AudioParam.
- NodeType
Enum of AudioNode types
- NodesConnectedEventArgs
Notifies that two AudioNodes are connected.
- NodesDisconnectedEventArgs
Notifies that AudioNodes are disconnected. The destination can be null, and it means all the outgoing connections from the source are disconnected.
- ParamType
Enum of AudioParam types
- WebAudioDomainEvent
Provides static event descriptors for the IWebAudio.
Interfaces
- IWebAudio
This domain allows inspection of Web Audio API. https://webaudio.github.io/web-audio-api/
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