Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

Viewer.Encoding

class vncsdk.Viewer.Encoding

Enumeration of encoding types, set by Viewer.set_encoding() below.

Enumeration Attributes

vncsdk.Viewer.Encoding.JPEG

Use JPEG encoding. Lossy, see Server.set_jpeg_quality().

vncsdk.Viewer.Encoding.ZLIB

Use Zlib encoding. Lossless.

vncsdk.Viewer.Encoding.ZRLE

Use ZRLE encoding. Lossless, Zlib based.

vncsdk.Viewer.Encoding.ZRLE2

Use ZRLE2 encoding. Lossless; an improved ZRLE encoding.

vncsdk.Viewer.Encoding.TRLE

Use TRLE encoding. Lossless.

vncsdk.Viewer.Encoding.HEXTILE

Use Hextile encoding. Lossless.

vncsdk.Viewer.Encoding.RAW

Use Raw encoding. Lossless, uncompressed.

vncsdk.Viewer.Encoding.JRLE

Use JRLE encoding. Lossy, JPEG based. See Server.set_jpeg_quality().

×