View source
class AudioScheduledSourceNode
package js.html.audio
extends AudioNode › EventTarget
extended by AudioBufferSourceNode, ConstantSourceNode, OscillatorNode
Available on js
The AudioScheduledSourceNode
interface—part of the Web Audio API—is a parent interface for several types of audio source node interfaces which share the ability to be started and stopped, optionally at specified times. Specifically, this interface defines the start()
and stop()
methods, as well as the onended
event handler.
Documentation AudioScheduledSourceNode by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also: