W3cubDocs

/DOM

AudioContext.createMediaStreamTrackSource

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

Browser compatibilityUpdate compatibility data on GitHub

Desktop
Chrome Edge Firefox Internet Explorer Opera Safari
Basic support ? ? No No ? No
Mobile
Android webview Chrome for Android Edge Mobile Firefox for Android Opera for Android iOS Safari Samsung Internet
Basic support ? ? ? No ? No ?

See also

© 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