Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

Viewer.PictureQuality

enum Viewer.PictureQuality

Enumeration of picture quality levels.

For more information, see vnc_Viewer_PictureQuality in the C API documentation.

Fields

Viewer.PictureQuality.Auto

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

Viewer.PictureQuality.Custom should be chosen if Viewer.setEncoding is to be used to set a specific encoding choice.

×