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

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: comment and bug ref to remove AudioManagerBase dependency 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
« no previous file with comments | « media/audio/audio_output_ipc.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « media/audio/audio_output_ipc.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698