Learn how to evaluate and integrate the VNC SDK

Server.CaptureMethod¶
-
enum Server.CaptureMethod
¶ Enumeration of screen capture methods.
For more information, see
vnc_Server_CaptureMethod
in the C API documentation.
Fields¶
-
Server.CaptureMethod.Optimal
¶ Use the optimal capture method for the platform.This is the default.
-
Server.CaptureMethod.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.
-
Server.CaptureMethod.Api
¶ Implement your own custom capture method using Server.setCaptureDetails() and Server.CaptureCallback/Server.setCaptureCallback()