| Class | Description |
|---|---|
| AudioListenerCreated |
Notifies that the construction of an AudioListener has finished.
|
| AudioListenerWillBeDestroyed |
Notifies that a new AudioListener has been created.
|
| AudioNodeCreated |
Notifies that a new AudioNode has been created.
|
| AudioNodeWillBeDestroyed |
Notifies that an existing AudioNode has been destroyed.
|
| AudioParamCreated |
Notifies that a new AudioParam has been created.
|
| AudioParamWillBeDestroyed |
Notifies that an existing AudioParam has been destroyed.
|
| ContextChanged |
Notifies that existing BaseAudioContext has changed some properties (id stays the same)..
|
| ContextCreated |
Notifies that a new BaseAudioContext has been created.
|
| ContextWillBeDestroyed |
Notifies that an existing BaseAudioContext will be destroyed.
|
| NodeParamConnected |
Notifies that an AudioNode is connected to an AudioParam.
|
| NodeParamDisconnected |
Notifies that an AudioNode is disconnected to an AudioParam.
|
| NodesConnected |
Notifies that two AudioNodes are connected.
|
| NodesDisconnected |
Notifies that AudioNodes are disconnected.
|
Copyright © 2020. All rights reserved.