summaryrefslogtreecommitdiffstats
path: root/content/common/media/media_stream_messages.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/common/media/media_stream_messages.h')
-rw-r--r--content/common/media/media_stream_messages.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/content/common/media/media_stream_messages.h b/content/common/media/media_stream_messages.h
index 8edd0e0..6ee9f8f 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()