Class AudioBufferSourceNode

All Implemented Interfaces:
Serializable, Cloneable, org.htmlunit.corejs.javascript.ConstProperties, org.htmlunit.corejs.javascript.debug.DebuggableObject, org.htmlunit.corejs.javascript.Scriptable, org.htmlunit.corejs.javascript.SymbolScriptable

public class AudioBufferSourceNode extends AudioScheduledSourceNode
A JavaScript object for AudioBufferSourceNode.
See Also:
  • Constructor Details

    • AudioBufferSourceNode

      public AudioBufferSourceNode()
      Creates an instance.
  • Method Details

    • jsConstructor

      public void jsConstructor(Object baCtx)
      Creates an instance.
      Overrides:
      jsConstructor in class AudioScheduledSourceNode
      Parameters:
      baCtx - the required audio context
    • start

      public void start()
      Schedules playback of the audio data contained in the buffer, or to begin playback immediately.