Class AudioScheduledSourceNode

  • 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
    Direct Known Subclasses:
    AudioBufferSourceNode, ConstantSourceNode, OscillatorNode

    public class AudioScheduledSourceNode
    extends AudioNode
    A JavaScript object for AudioScheduledSourceNode.
    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

      • AudioScheduledSourceNode

        public AudioScheduledSourceNode()
        Creates a new instance.
    • Method Detail

      • jsConstructor

        public void jsConstructor​(java.lang.Object baCtx)
        Creates an instance.
        Overrides:
        jsConstructor in class AudioNode
        Parameters:
        baCtx - the required audio context