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

Unified Diff: content/renderer/media/webrtc_audio_capturer.h

Issue 11369171: Add chromium support for MediaStreamAudioDestinationNode (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 11 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
Index: content/renderer/media/webrtc_audio_capturer.h
===================================================================
--- content/renderer/media/webrtc_audio_capturer.h (revision 176961)
+++ content/renderer/media/webrtc_audio_capturer.h (working copy)
@@ -58,7 +58,9 @@
// provide their own captured audio data. Client is responsible for calling
// Start() on its own source to have the ball rolling.
void SetCapturerSource(
- const scoped_refptr<media::AudioCapturerSource>& source);
+ const scoped_refptr<media::AudioCapturerSource>& source,
+ media::ChannelLayout channel_layout,
+ float sample_rate);
// The |on_device_stopped_cb| callback will be called in OnDeviceStopped().
void SetStopCallback(const base::Closure& on_device_stopped_cb);

Powered by Google App Engine
This is Rietveld 408576698