Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

Server.Encoding

class vncsdk.Server.Encoding

Enumeration of encoding types.

Enumeration Attributes

vncsdk.Server.Encoding.JPEG

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

vncsdk.Server.Encoding.ZLIB

Use Zlib encoding. Lossless.

vncsdk.Server.Encoding.ZRLE

Use ZRLE encoding. Lossless, Zlib based.

vncsdk.Server.Encoding.ZRLE2

Use ZRLE2 encoding. Lossless; an improved ZRLE encoding.

vncsdk.Server.Encoding.TRLE

Use TRLE encoding. Lossless.

vncsdk.Server.Encoding.HEXTILE

Use Hextile encoding. Lossless.

vncsdk.Server.Encoding.RAW

Use Raw encoding. Lossless, uncompressed.

vncsdk.Server.Encoding.JRLE

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

vncsdk.Server.Encoding.VIEWER

Respect the Viewer’s encoding choice.

×