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

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

Issue 12383016: Merge AssociateStreamWithProducer message into CreateStream message for both audio output and input. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 8 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
diff --git a/content/renderer/media/webrtc_audio_capturer.h b/content/renderer/media/webrtc_audio_capturer.h
index 5d35604891e834915b1e3f6952270bb60964507f..4709b5e3c42eb123a69444dc8b508f3f675ee688 100644
--- a/content/renderer/media/webrtc_audio_capturer.h
+++ b/content/renderer/media/webrtc_audio_capturer.h
@@ -43,10 +43,11 @@ class CONTENT_EXPORT WebRtcAudioCapturer
static scoped_refptr<WebRtcAudioCapturer> CreateCapturer();
// Creates and configures the default audio capturing source using the
- // provided audio parameters, |session_id| is passed to the browser to
- // decide which device to use.
- // Called on the main render thread.
- bool Initialize(media::ChannelLayout channel_layout,
+ // provided audio parameters. |render_view_id| specifies the render view
+ // consuming audio for capture. |session_id| is passed to the browser to
+ // decide which device to use. Called on the main render thread.
+ bool Initialize(int render_view_id,
+ media::ChannelLayout channel_layout,
int sample_rate,
int session_id);
« no previous file with comments | « content/renderer/media/renderer_webaudiodevice_impl.cc ('k') | content/renderer/media/webrtc_audio_capturer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698