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

Unified Diff: remoting/proto/control.proto

Issue 304653002: Extend VideoControl to allow clients to request lossless modes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add tests Created 6 years, 7 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: remoting/proto/control.proto
diff --git a/remoting/proto/control.proto b/remoting/proto/control.proto
index 2d2baf620b9b0892759dd2633da25f29f47c09a5..c24343ad6f2e9ae984e72970529f50d895e6d88b 100644
--- a/remoting/proto/control.proto
+++ b/remoting/proto/control.proto
@@ -28,6 +28,10 @@ message ClientResolution {
message VideoControl {
// Enables the video channel if true, pauses if false.
optional bool enable = 1;
+
+ // Controls whether lossless encode and color translation are requested.
+ optional bool lossless_encode = 2;
+ optional bool lossless_color = 3;
}
message AudioControl {
« remoting/codec/video_encoder_vpx_unittest.cc ('K') | « remoting/host/video_scheduler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698