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.
Syntax
var audioCtx = new AudioContext(); var track = audioCtx.createMediaStreamTrackSource();
Returns
A MediaStreamTrackAudioSourceNode
.
Example
TBD.
Specifications
Specification | Status | Comment |
---|---|---|
Web Audio API The definition of 'createMediaStreamTrackSource()' in that specification. |
Working Draft |
Browser compatibility
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
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 |
See also
Document Tags and Contributors
Tags:
Contributors to this page:
fscholz,
chrisdavidmills
Last updated by:
fscholz,