Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

Viewer.PictureQuality

public enum PictureQuality

Enumeration of picture quality levels.

Enum Constants

public static final 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.

public static final Viewer.PictureQuality CUSTOM
public static final Viewer.PictureQuality HIGH
public static final Viewer.PictureQuality LOW
public static final Viewer.PictureQuality MEDIUM
×