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

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

Issue 2664673002: Media Capture Depth Stream Extensions API: videoKind settings and constraint. (Closed)
Patch Set: Created 3 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: 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 607371d6d3ca7e39ee3884cc62889f87507b6ded..84a4f27638db14fd2dda4b9ccae63db81874f679 100644
--- a/content/common/media/media_stream_messages.h
+++ b/content/common/media/media_stream_messages.h
@@ -26,6 +26,8 @@ IPC_ENUM_TRAITS_MAX_VALUE(media::VideoFacingMode,
IPC_ENUM_TRAITS_MAX_VALUE(content::MediaStreamRequestResult,
content::NUM_MEDIA_REQUEST_RESULTS - 1)
+IPC_ENUM_TRAITS_MAX_VALUE(content::VideoKind, content::NUM_VIDEO_KINDS - 1)
+
IPC_STRUCT_TRAITS_BEGIN(content::TrackControls)
IPC_STRUCT_TRAITS_MEMBER(requested)
IPC_STRUCT_TRAITS_MEMBER(stream_source)
@@ -37,6 +39,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::StreamControls)
IPC_STRUCT_TRAITS_MEMBER(video)
IPC_STRUCT_TRAITS_MEMBER(hotword_enabled)
IPC_STRUCT_TRAITS_MEMBER(disable_local_echo)
+ IPC_STRUCT_TRAITS_MEMBER(video_kind)
IPC_STRUCT_TRAITS_END()
IPC_STRUCT_TRAITS_BEGIN(content::StreamDeviceInfo)

Powered by Google App Engine
This is Rietveld 408576698