Draft
This page is not complete.
The createMediaStreamDestination() method of the AudioContext Interface is used to create a MediaStreamTrackAudioSourceNode associated with a MediaStream representing an media stream track.
var audioCtx = new AudioContext(); var track = audioCtx.createMediaStreamTrackSource();
A MediaStreamTrackAudioSourceNode.
TBD.
| Specification | Status | Comment |
|---|---|---|
| Web Audio API The definition of 'createMediaStreamTrackSource()' in that specification. | Working Draft |
| Feature | Chrome | Edge | Firefox | Internet Explorer | Opera | Safari |
|---|---|---|---|---|---|---|
| Basic support | ? | ? | No | No | ? | No |
| Feature | Android webview | Chrome for Android | Edge mobile | Firefox for Android | IE mobile | Opera Android | iOS Safari |
|---|---|---|---|---|---|---|---|
| Basic support | ? | ? | ? | No | No | ? | No |
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/AudioContext/createMediaStreamTrackSource