context property
The read-only context
property of the
AudioNode returns the associated
BaseAudioContext, that is the object representing the processing graph
the node is participating in.
Implementation
BaseAudioContext get context;
The read-only context
property of the
AudioNode returns the associated
BaseAudioContext, that is the object representing the processing graph
the node is participating in.
BaseAudioContext get context;