audio.AudioDestinationNode

AudioDestinationNode

package js-html-audio

extends AudioNodeEventTarget

Available on js

AudioDestinationNode has no output (as it is the output, no more AudioNode can be linked after it in the audio graph) and one input- The amount of channels in the input must be between 0 and the maxChannelCount value or an exception is raised-

Documentation AudioDestinationNode by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See:

Variables

read only maxChannelCount:Int

Is an unsigned long defining the maximum amount of channels that the physical device can handle.

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/audio/AudioDestinationNode.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部