CefSharp.DevTools.WebAudio Namespace |
[Missing <summary> documentation for "N:CefSharp.DevTools.WebAudio"]
| Class | Description | |
|---|---|---|
| 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.
| |
| GetRealtimeDataResponse |
GetRealtimeDataResponse
| |
| NodeParamConnectedEventArgs |
Notifies that an AudioNode is connected to an AudioParam.
| |
| NodeParamDisconnectedEventArgs |
Notifies that an AudioNode is disconnected to an AudioParam.
| |
| 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.
| |
| WebAudioClient |
This domain allows inspection of Web Audio API.
https://webaudio.github.io/web-audio-api/
|
| Enumeration | Description | |
|---|---|---|
| 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
|