Learn how to evaluate and integrate the VNC SDK
Viewer.Encoding¶
-
public enum
Encoding¶ Enumeration of encoding types, set by
Viewer.setEncoding()below.
Enum Constants¶
-
public static final Viewer.Encoding
JPEG¶ Use JPEG encoding. Lossy, see
Server.setJpegQuality().
-
public static final Viewer.Encoding
JRLE¶ Use JRLE encoding. Lossy, JPEG based. See
Server.setJpegQuality().