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