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

Unified Diff: media/audio/audio_logging.h

Issue 163343002: Reland 153623004: Remove the unified IO code on the browser (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fixed the cras bot Created 6 years, 10 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: media/audio/audio_logging.h
diff --git a/media/audio/audio_logging.h b/media/audio/audio_logging.h
index 1d8366bad7512799f495d9239817cbed2bab9b9b..913b8ec4433552bf41e22e734ecd00896c2bb714 100644
--- a/media/audio/audio_logging.h
+++ b/media/audio/audio_logging.h
@@ -20,13 +20,11 @@ class AudioLog {
virtual ~AudioLog() {}
// Called when an audio component is created. |params| are the parameters of
- // the created stream. |input_device_id| and |output_device_id| are the
- // respective device ids for input and output. Either one or both may be
- // specified.
+ // the created stream. |device_id| is the id of the audio device opened by
+ // the created stream.
virtual void OnCreated(int component_id,
const media::AudioParameters& params,
- const std::string& input_device_id,
- const std::string& output_device_id) = 0;
+ const std::string& device_id) = 0;
// Called when an audio component is started, generally this is synonymous
// with "playing."
« no previous file with comments | « media/audio/android/audio_manager_android.cc ('k') | media/audio/audio_low_latency_input_output_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698