Class ContextCreatedEventArgs
Notifies that a new BaseAudioContext has been created.
public sealed class ContextCreatedEventArgs : EventArgs
- Inheritance
-
ContextCreatedEventArgs
- Inherited Members
Properties
Context
Gets or sets the context
[JsonPropertyName("context")]
public BaseAudioContext Context { get; set; }