ConstantSourceNode
package js.html.audio
extends AudioScheduledSourceNode › AudioNode › EventTarget
Доступно в js
The ConstantSourceNode interface—part of the Web Audio API—represents an audio source (based upon AudioScheduledSourceNode) whose output is single unchanging value. This makes it useful for cases in which you need a constant value coming in from an audio source. In addition, it can be used like a constructible AudioParam by automating the value of its offset or by connecting another node to it; see Controlling multiple parameters with ConstantSourceNode.
Документация ConstantSourceNode от Авторов Mozilla, лицензирована по CC-BY-SA 2.5.
См. также:
Конструктор
new(context:BaseAudioContext, ?options:Null<ConstantSourceOptions>)
Бросает:
null |
DOMError |
|---|
Переменные
read onlyoffset:AudioParam
Значение, которое постоянно выводит этот источник. Значение по умолчанию равно 1.0.
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/audio/ConstantSourceNode.html