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 compatibility

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

© 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