adds qualityLevel property to RFB class for updating JPEG quality level encoding on the fly

This commit is contained in:
Andrey Trebler
2020-02-10 12:44:36 +01:00
parent ceb8ef4ec1
commit efd1f8a4f2
4 changed files with 138 additions and 2 deletions

View File

@@ -64,6 +64,11 @@ protocol stream.
to the element containing the remote session screen. The default value is `rgb(40, 40, 40)`
(solid gray color).
`qualityLevel`
- Is an `int` in range `[0-9]` controlling the desired JPEG quality.
Value `0` implies low quality and `9` implies high quality.
Default value is `6`.
`capabilities` *Read only*
- Is an `Object` indicating which optional extensions are available
on the server. Some methods may only be called if the corresponding