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

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: Address review comments 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
« no previous file with comments | « remoting/host/video_scheduler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « remoting/host/video_scheduler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698