Skip to content
This repository has been archived by the owner on Jun 9, 2019. It is now read-only.

DelayNode

mohayonao edited this page Jan 27, 2015 · 4 revisions

Object > EventTarget > AudioNode > DelayNode

Properties

Inherits properties from its parent, AudioNode.

  • delayTime: AudioParam readonly

Methods

Inherits methods from its parent, AudioNode.

Test API

Inherits test API from its parent, AudioNode.

  • $maxDelayTime: number readonly

JSON

{
  "name": "DelayNode",
  "delayTime": {
    "value": 0,
    "inputs": []
  },
  "inputs": []
}

References

Clone this wiki locally