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

Unified Diff: third_party/WebKit/public/platform/WebMediaConstraints.h

Issue 2664673002: Media Capture Depth Stream Extensions API: videoKind settings and constraint. (Closed)
Patch Set: GetVideoKindForFormat moved to utility. thanks guidou@. 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: third_party/WebKit/public/platform/WebMediaConstraints.h
diff --git a/third_party/WebKit/public/platform/WebMediaConstraints.h b/third_party/WebKit/public/platform/WebMediaConstraints.h
index e7aa6c7a3a71a3351941617575856807af7cf238..3a1d581f4bc5b94484ff8fb755afd0ac8ef651d5 100644
--- a/third_party/WebKit/public/platform/WebMediaConstraints.h
+++ b/third_party/WebKit/public/platform/WebMediaConstraints.h
@@ -232,6 +232,7 @@ struct WebMediaTrackConstraintSet {
BooleanConstraint disableLocalEcho;
StringConstraint groupId;
// https://w3c.github.io/mediacapture-depth/#mediatrackconstraints
+ StringConstraint videoKind;
DoubleConstraint depthNear;
DoubleConstraint depthFar;
DoubleConstraint focalLengthX;

Powered by Google App Engine
This is Rietveld 408576698