Class AudioBufferSourceNode

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.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:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.htmlunit.corejs.javascript.ScriptableObject

        org.htmlunit.corejs.javascript.ScriptableObject.KeyComparator
    • Field Summary

      • Fields inherited from class org.htmlunit.corejs.javascript.ScriptableObject

        CONST, DONTENUM, EMPTY, PERMANENT, READONLY, UNINITIALIZED_CONST
      • Fields inherited from interface org.htmlunit.corejs.javascript.Scriptable

        NOT_FOUND
    • Constructor Detail

      • AudioBufferSourceNode

        public AudioBufferSourceNode()
        Creates an instance.
    • Method Detail

      • jsConstructor

        public void jsConstructor​(java.lang.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.