Learn how to evaluate and integrate the VNC SDK
Server.CaptureMethod¶
-
public enum
CaptureMethod¶ Enumeration of screen capture methods.
Enum Constants¶
-
public static final Server.CaptureMethod
CAPTURE_API¶ Implement your own custom capture method using
Server.setCaptureDetails()and vnc_Server_CaptureCallback/Server.setCaptureCallback()
-
public static final Server.CaptureMethod
CAPTURE_FALLBACK¶ Use a fallback capture method under Windows and Linux. This is likely to be slower, but may solve rendering glitches with certain third-party applications.
-
public static final Server.CaptureMethod
CAPTURE_OPTIMAL¶ Use the optimal capture method for the platform. This is the default.