MediaStreamAudioSourceOptions

The MediaStreamAudioSourceOptions dictionary provides configuration options used when creating a MediaStreamAudioSourceNode using its constructor.

It is not needed when using the AudioContext.createMediaStreamSource() method.

Properties

mediaStream

A required property which specifies the MediaStream from which to obtain audio for the node.

Specifications

Browser compatibility

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari WebView Android Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet
MediaStreamAudioSourceOptions
55
≤18
53
No
15
14.1
55
55
53
14
14.5
6.0
mediaStream
55
≤79
53
No
?
14.1
55
55
53
?
14.5
6.0

© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/MediaStreamAudioSourceOptions