mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-1760: Add client-side options for compression and quality levels.
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user