Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

Viewer.PictureQuality

class vncsdk.Viewer.PictureQuality

Enumeration of picture quality levels.

Enumeration Attributes

vncsdk.Viewer.PictureQuality.AUTO

Auto quality means that the viewer selects an appropriate encoding and colour level based on its own line speed estimate.

vnc_Viewer_PictureQuality_Custom should be chosen if vnc_Viewer_setEncoding is to be used to set a specific encoding choice.

vncsdk.Viewer.PictureQuality.HIGH
vncsdk.Viewer.PictureQuality.MEDIUM
vncsdk.Viewer.PictureQuality.LOW
vncsdk.Viewer.PictureQuality.CUSTOM
×