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

Unified Diff: content/renderer/media/media_stream_constraints_util_video_source.h

Issue 2664673002: Media Capture Depth Stream Extensions API: videoKind settings and constraint. (Closed)
Patch Set: videoKind string constants removed from header. 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/renderer/media/media_stream_constraints_util_video_source.h
diff --git a/content/renderer/media/media_stream_constraints_util_video_source.h b/content/renderer/media/media_stream_constraints_util_video_source.h
index 6ff14ed308498b8f00c5e0153ad15b9f2244b149..d8d278d7db569f5ac3bb544b51c66a7c4caa0a47 100644
--- a/content/renderer/media/media_stream_constraints_util_video_source.h
+++ b/content/renderer/media/media_stream_constraints_util_video_source.h
@@ -52,6 +52,7 @@ class CONTENT_EXPORT VideoCaptureSourceSettings {
long GetHeight() const;
double GetFrameRate() const;
blink::WebString GetDeviceId() const;
+ blink::WebString GetVideoKind() const;
const media::VideoCaptureFormat& format() const { return format_; }
const std::string& device_id() const { return device_id_; }

Powered by Google App Engine
This is Rietveld 408576698