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

Unified Diff: content/common/media/media_stream_messages.h

Issue 23731007: Implicit audio output device selection for getUserMedia. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase Created 7 years, 3 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/common/media/media_stream_messages.h
diff --git a/content/common/media/media_stream_messages.h b/content/common/media/media_stream_messages.h
index 8edd0e07573d113b56f996a4169192450f867cd3..6ee9f8f2b4ee40e50ff3664ee6d25bddf562598c 100644
--- a/content/common/media/media_stream_messages.h
+++ b/content/common/media/media_stream_messages.h
@@ -30,8 +30,13 @@ IPC_STRUCT_TRAITS_BEGIN(content::StreamDeviceInfo)
IPC_STRUCT_TRAITS_MEMBER(device.type)
IPC_STRUCT_TRAITS_MEMBER(device.name)
IPC_STRUCT_TRAITS_MEMBER(device.id)
- IPC_STRUCT_TRAITS_MEMBER(device.sample_rate)
- IPC_STRUCT_TRAITS_MEMBER(device.channel_layout)
+ IPC_STRUCT_TRAITS_MEMBER(device.matched_output_device_id)
+ IPC_STRUCT_TRAITS_MEMBER(device.input.sample_rate)
+ IPC_STRUCT_TRAITS_MEMBER(device.input.channel_layout)
+ IPC_STRUCT_TRAITS_MEMBER(device.input.frames_per_buffer)
+ IPC_STRUCT_TRAITS_MEMBER(device.matched_output.sample_rate)
+ IPC_STRUCT_TRAITS_MEMBER(device.matched_output.channel_layout)
+ IPC_STRUCT_TRAITS_MEMBER(device.matched_output.frames_per_buffer)
IPC_STRUCT_TRAITS_MEMBER(in_use)
IPC_STRUCT_TRAITS_MEMBER(session_id)
IPC_STRUCT_TRAITS_END()
« no previous file with comments | « content/browser/renderer_host/media/media_stream_manager.cc ('k') | content/common/media/media_stream_options.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698