Learn how to evaluate and integrate the VNC SDK

Server.CaptureMethod¶
-
class
vncsdk.Server.
CaptureMethod
¶ Enumeration of screen capture methods.
Enumeration Attributes¶
-
vncsdk.Server.CaptureMethod.
CAPTURE_OPTIMAL
¶ Use the optimal capture method for the platform. This is the default.
-
vncsdk.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.
-
vncsdk.Server.CaptureMethod.
CAPTURE_API
¶ Implement your own custom capture method using
Server.set_capture_details()
and vnc_Server_CaptureCallback/Server.set_capture_callback()