Static Methods
.getContext() : AudioContext
Returns the global native audio context.
- Returns: The native audio context.
.setContext( value : AudioContext )
Allows to set the global native audio context from outside.
| value |
The native context to set. |