Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

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.Not supported under Mac OS X.

×