-
public class WebAudioEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classWebAudioEvent.ContextCreatedEventNotifies that a new BaseAudioContext has been created.
public final classWebAudioEvent.ContextWillBeDestroyedEventNotifies that an existing BaseAudioContext will be destroyed.
public final classWebAudioEvent.ContextChangedEventNotifies that existing BaseAudioContext has changed some properties (id stays the same)..
public final classWebAudioEvent.AudioListenerCreatedEventNotifies that the construction of an AudioListener has finished.
public final classWebAudioEvent.AudioListenerWillBeDestroyedEventNotifies that a new AudioListener has been created.
public final classWebAudioEvent.AudioNodeCreatedEventNotifies that a new AudioNode has been created.
public final classWebAudioEvent.AudioNodeWillBeDestroyedEventNotifies that an existing AudioNode has been destroyed.
public final classWebAudioEvent.AudioParamCreatedEventNotifies that a new AudioParam has been created.
public final classWebAudioEvent.AudioParamWillBeDestroyedEventNotifies that an existing AudioParam has been destroyed.
public final classWebAudioEvent.NodesConnectedEventNotifies that two AudioNodes are connected.
public final classWebAudioEvent.NodesDisconnectedEventNotifies that AudioNodes are disconnected. The destination can be null, and it means all the outgoing connections from the source are disconnected.
public final classWebAudioEvent.NodeParamConnectedEventNotifies that an AudioNode is connected to an AudioParam.
public final classWebAudioEvent.NodeParamDisconnectedEventNotifies that an AudioNode is disconnected to an AudioParam.
-