Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(142)

Unified Diff: third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.idl

Issue 2578243002: Add constructor for MediaStreamAudioDestinationNode (Closed)
Patch Set: Rebase Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.idl
diff --git a/third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.idl b/third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.idl
index 3fc244bd150baf002f0dcee133551c78a584af88..dc74efac5043324624beacc2a8a2b8ce7dfb9d01 100644
--- a/third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.idl
+++ b/third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.idl
@@ -24,6 +24,11 @@
*/
// See https://webaudio.github.io/web-audio-api/#the-mediastreamaudiodestinationnode-interface
+[
+ Constructor(BaseAudioContext context, optional AudioNodeOptions options),
+ RaisesException=Constructor,
+ Measure
+]
interface MediaStreamAudioDestinationNode : AudioNode {
readonly attribute MediaStream stream;
};

Powered by Google App Engine
This is Rietveld 408576698