Enum ContextState
Enum of AudioContextState from the spec
[JsonConverter(typeof(JsonStringEnumConverter<ContextState>))]
public enum ContextState
Fields
Closed = 2Interrupted = 3Running = 1Suspended = 0
Enum of AudioContextState from the spec
[JsonConverter(typeof(JsonStringEnumConverter<ContextState>))]
public enum ContextState
Closed = 2Interrupted = 3Running = 1Suspended = 0