W3cubDocs

/Haxe JavaScript

MediaStreamAudioSourceNode

package js.html.audio

extends AudioNodeEventTarget

Available on js

A MediaStreamAudioSourceNode has no inputs and exactly one output, and is created using the AudioContext.createMediaStreamSource method. The number of channels in the output equals the number of channels in AudioMediaStreamTrack. If there is no valid media stream, then the number of output channels will be one silent channel.

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

See also:

Constructor

new(context:AudioContext, options:MediaStreamAudioSourceOptions)

Throws:

null

DOMError

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/audio/MediaStreamAudioSourceNode.html