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

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

Issue 2842213002: MediaStreamAudioDestination channelCountMode is "explicit" (Closed)
Patch Set: Update test Created 3 years, 7 months 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
« no previous file with comments | « third_party/WebKit/LayoutTests/webaudio/constructor/mediastreamaudiodestination.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.cpp
diff --git a/third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.cpp b/third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.cpp
index c4fe53a153a9393a13c5db959777036091d41015..60a438dc88fe296d41b8f8ff65a53c742578ae39 100644
--- a/third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.cpp
+++ b/third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.cpp
@@ -65,6 +65,7 @@ MediaStreamAudioDestinationHandler::MediaStreamAudioDestinationHandler(
source_->SetAudioFormat(number_of_channels, node.context()->sampleRate());
+ SetInternalChannelCountMode(kExplicit);
Initialize();
}
« no previous file with comments | « third_party/WebKit/LayoutTests/webaudio/constructor/mediastreamaudiodestination.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698