GUACAMOLE-1760: Add client-side options for compression and quality levels.

This commit is contained in:
Virtually Nick
2024-04-16 20:52:19 -04:00
parent 0e12f48c29
commit a909f23d4c
2 changed files with 36 additions and 0 deletions

View File

@@ -58,6 +58,16 @@
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "compress-level",
"type" : "ENUM",
"options" : [ "", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9" ]
},
{
"name" : "quality-level",
"type" : "ENUM",
"options" : [ "", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9" ]
},
{
"name" : "encodings",
"type" : "TEXT"