ContextState
ContextState
type represents state of the BaseAudioContext
.
Acceptable values:
suspended
The audio context has been suspended (with one of suspend
or OfflineAudioContext.suspend
).
running
The audio context is running normally.
closed
The audio context has been closed (with close
method).