summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndrey Trebler <at@edrilling.no>2020-02-10 12:44:36 +0100
committerAndrey Trebler <at@edrilling.no>2020-02-28 13:14:19 +0100
commitefd1f8a4f2acbd40833aa2a5fec2ed4a598e6753 (patch)
treeeabf7122b3d020cb3e75b756c00b0c5d277a8901 /docs
parentceb8ef4ec1a21bc5917185d43360aa78ff735afe (diff)
downloadnovnc-efd1f8a4f2acbd40833aa2a5fec2ed4a598e6753.tar.gz
adds qualityLevel property to RFB class for updating JPEG quality level encoding on the fly
Diffstat (limited to 'docs')
-rw-r--r--docs/API.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/API.md b/docs/API.md
index aa6337f..1b00179 100644
--- a/docs/API.md
+++ b/docs/API.md
@@ -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