Class WebAudioDomainEvent
Provides static event descriptors for the IWebAudio.
public static class WebAudioDomainEvent
- Inheritance
-
WebAudioDomainEvent
- Inherited Members
Properties
AudioListenerCreated
Notifies that the construction of an AudioListener has finished.
public static EventDescriptor<CdpEventArgs<AudioListenerCreatedEventArgs>> AudioListenerCreated { get; }
Property Value
- EventDescriptor<CdpEventArgs<AudioListenerCreatedEventArgs>>
AudioListenerWillBeDestroyed
Notifies that a new AudioListener has been created.
public static EventDescriptor<CdpEventArgs<AudioListenerWillBeDestroyedEventArgs>> AudioListenerWillBeDestroyed { get; }
Property Value
- EventDescriptor<CdpEventArgs<AudioListenerWillBeDestroyedEventArgs>>
AudioNodeCreated
Notifies that a new AudioNode has been created.
public static EventDescriptor<CdpEventArgs<AudioNodeCreatedEventArgs>> AudioNodeCreated { get; }
Property Value
- EventDescriptor<CdpEventArgs<AudioNodeCreatedEventArgs>>
AudioNodeWillBeDestroyed
Notifies that an existing AudioNode has been destroyed.
public static EventDescriptor<CdpEventArgs<AudioNodeWillBeDestroyedEventArgs>> AudioNodeWillBeDestroyed { get; }
Property Value
- EventDescriptor<CdpEventArgs<AudioNodeWillBeDestroyedEventArgs>>
AudioParamCreated
Notifies that a new AudioParam has been created.
public static EventDescriptor<CdpEventArgs<AudioParamCreatedEventArgs>> AudioParamCreated { get; }
Property Value
- EventDescriptor<CdpEventArgs<AudioParamCreatedEventArgs>>
AudioParamWillBeDestroyed
Notifies that an existing AudioParam has been destroyed.
public static EventDescriptor<CdpEventArgs<AudioParamWillBeDestroyedEventArgs>> AudioParamWillBeDestroyed { get; }
Property Value
- EventDescriptor<CdpEventArgs<AudioParamWillBeDestroyedEventArgs>>
ContextChanged
Notifies that existing BaseAudioContext has changed some properties (id stays the same)..
public static EventDescriptor<CdpEventArgs<ContextChangedEventArgs>> ContextChanged { get; }
Property Value
- EventDescriptor<CdpEventArgs<ContextChangedEventArgs>>
ContextCreated
Notifies that a new BaseAudioContext has been created.
public static EventDescriptor<CdpEventArgs<ContextCreatedEventArgs>> ContextCreated { get; }
Property Value
- EventDescriptor<CdpEventArgs<ContextCreatedEventArgs>>
ContextWillBeDestroyed
Notifies that an existing BaseAudioContext will be destroyed.
public static EventDescriptor<CdpEventArgs<ContextWillBeDestroyedEventArgs>> ContextWillBeDestroyed { get; }
Property Value
- EventDescriptor<CdpEventArgs<ContextWillBeDestroyedEventArgs>>
NodeParamConnected
Notifies that an AudioNode is connected to an AudioParam.
public static EventDescriptor<CdpEventArgs<NodeParamConnectedEventArgs>> NodeParamConnected { get; }
Property Value
- EventDescriptor<CdpEventArgs<NodeParamConnectedEventArgs>>
NodeParamDisconnected
Notifies that an AudioNode is disconnected to an AudioParam.
public static EventDescriptor<CdpEventArgs<NodeParamDisconnectedEventArgs>> NodeParamDisconnected { get; }
Property Value
- EventDescriptor<CdpEventArgs<NodeParamDisconnectedEventArgs>>
NodesConnected
Notifies that two AudioNodes are connected.
public static EventDescriptor<CdpEventArgs<NodesConnectedEventArgs>> NodesConnected { get; }
Property Value
- EventDescriptor<CdpEventArgs<NodesConnectedEventArgs>>
NodesDisconnected
Notifies that AudioNodes are disconnected. The destination can be null, and it means all the outgoing connections from the source are disconnected.
public static EventDescriptor<CdpEventArgs<NodesDisconnectedEventArgs>> NodesDisconnected { get; }
Property Value
- EventDescriptor<CdpEventArgs<NodesDisconnectedEventArgs>>