Web |
The WebAudioClient type exposes the following members.
| Name | Description | |
|---|---|---|
| WebAudioClient | WebAudio |
| Name | Description | |
|---|---|---|
| DisableAsync | Disables the WebAudio domain. | |
| EnableAsync | Enables the WebAudio domain and starts sending context lifetime events. | |
| EnumToString(ContentEncoding) | (Inherited from DevToolsDomainBase) | |
| EnumToString(CSPViolationType) | (Inherited from DevToolsDomainBase) | |
| EnumToString(DisabledImageType) | (Inherited from DevToolsDomainBase) | |
| EnumToString(Enum) | (Inherited from DevToolsDomainBase) | |
| EnumToString(PermissionType) | (Inherited from DevToolsDomainBase) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetRealtimeDataAsync | Fetch the realtime data from the registered contexts. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToBase64String | (Inherited from DevToolsDomainBase) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | 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. The destination can be null, and it means all the outgoing connections from the source are disconnected. |