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

Unified Diff: media/base/output_device_info.h

Issue 1769933002: Looking up device id by session id for AudioRendererMixerInput (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressing guidou@'s comments Created 4 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: media/base/output_device_info.h
diff --git a/media/base/output_device_info.h b/media/base/output_device_info.h
index 987ae6728fb49b3c3ffa3959e220d5845ef0b3a4..e12cb3a136fd5998dc7635881f421cf616e9e8b6 100644
--- a/media/base/output_device_info.h
+++ b/media/base/output_device_info.h
@@ -24,6 +24,8 @@ enum OutputDeviceStatus {
using OutputDeviceStatusCB = base::Callback<void(OutputDeviceStatus)>;
+// Output device information returned by
+// AudioRendererSink::GetOutputDeviceInfo()
class MEDIA_EXPORT OutputDeviceInfo {
public:
// Use this constructor to initialize with "no info available" values.
« content/renderer/media/audio_renderer_mixer_manager.cc ('K') | « media/audio/audio_output_ipc.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698