The MediaStreamAudioDestinationNode() constructor creates a new MediaStreamAudioDestinationNode object instance.
Syntax
var myAudioDest = new MediaStreamAudioDestinationNode(context, options);
Parameters
- context
- An
AudioContextrepresenting the audio context you want the node to be associated with. - options Optional
- An
AudioNodeOptionsdictionary object defining the properties you want theMediaStreamAudioDestinationNodeto have.
Example
var ac = new AudioContext(); var myDestination = new MediaStreamAudioDestinationNode(ac);
Specifications
| Specification | Status | Comment |
|---|---|---|
| Web Audio API The definition of 'MediaStreamAudioDestinationNode' in that specification. |
Working Draft |
Browser compatibility
| Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
|---|---|---|---|---|---|
| Basic support | No support |
No support | No support |
(Yes) |
No support |
| Feature | Android | Firefox Mobile (Gecko) | IE Phone | Opera Mobile | Safari Mobile | Chrome for Android |
|---|---|---|---|---|---|---|
| Basic support | No support | No support | No support | No support | No support | No support |
Document Tags and Contributors
Tags:
Contributors to this page:
chrisdavidmills
Last updated by:
chrisdavidmills,