Learn how to evaluate and integrate the VNC SDK

Server.CaptureCallback¶
-
class Server.CaptureCallback
¶ Callback for implementing a capture mechanism.
For more information, see
vnc_Server_CaptureCallback
in the C API documentation.
Nested classes¶
Constructor summary
Modifier and Type | Method and Description |
---|---|
Initializes a new CaptureCallback class instance. |
Method summary
Modifier and Type | Method and Description |
---|---|
void |
Handles the DoCapture event.
By default, calls the |
Constructors¶
-
Server.CaptureCallback
(Server.CaptureCallback.DoCaptureType doCapture = null)¶ Initializes a new CaptureCallback class instance.
For more information, see
vnc_Server_CaptureCallback()
in the C API documentation.
Methods¶
-
void
Server.CaptureCallback.OnDoCapture
(Server server)¶ Handles the DoCapture event. By default, calls the
Server.CaptureCallback.DoCapture
delegate.