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

Unified Diff: content/browser/renderer_host/media/audio_input_renderer_host.h

Issue 11359196: Associate audio streams with their source/destination RenderView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased; and numerous clean-ups. Created 8 years, 1 month 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/browser/renderer_host/media/audio_input_renderer_host.h
diff --git a/content/browser/renderer_host/media/audio_input_renderer_host.h b/content/browser/renderer_host/media/audio_input_renderer_host.h
index 8f5a13ce1367431873ebd016db2fef1b4f57524c..d0d4438d23834e159427fab76680e79c7619177f 100644
--- a/content/browser/renderer_host/media/audio_input_renderer_host.h
+++ b/content/browser/renderer_host/media/audio_input_renderer_host.h
@@ -127,6 +127,10 @@ class CONTENT_EXPORT AudioInputRendererHost
const std::string& device_id,
bool automatic_gain_control);
+ // Track that the data for the audio stream referenced by |stream_id| is
+ // consumed by an entity in the render view referenced by |render_view_id|.
+ void OnAssociateStreamWithConsumer(int stream_id, int render_view_id);
+
// Record the audio input stream referenced by |stream_id|.
void OnRecordStream(int stream_id);
« no previous file with comments | « no previous file | content/browser/renderer_host/media/audio_input_renderer_host.cc » ('j') | content/common/media/audio_messages.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698