MediaStreamAudioDestinationNode - Web APIs | MDN
Constructor
MediaStreamAudioDestinationNode()-
Creates a new
MediaStreamAudioDestinationNodeobject instance.
Instance properties
Inherits properties from its parent, AudioNode.
MediaStreamAudioDestinationNode.stream-
A
MediaStreamcontaining a singleMediaStreamTrackwhosekindisaudioand with the same number of channels as the node. 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.
Instance methods
Inherits methods from its parent, AudioNode.
Example
See AudioContext.createMediaStreamDestination() for example code that creates a MediaStreamAudioDestinationNode and uses it as a source for audio to be recorded.
Specifications
| Specification |
|---|
| Web Audio API # MediaStreamAudioDestinationNode |