W3cubDocs

/Haxe JavaScript

MediaStreamAudioDestinationNode

package js.html.audio

extends AudioNodeEventTarget

Available on js

Inherits properties from its parent, AudioNode.

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

See also:

Constructor

new(context:AudioContext, ?options:Null<AudioNodeOptions>)

Throws:

null

DOMError

Variables

read onlystream:MediaStream

Is a MediaStream containing a single AudioMediaStreamTrack with the same number of channels as the node itself. You can use this property to get a stream out of the audio graph and feed it into another construct, such as a Media Recorder.

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