Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

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

Server.CaptureCallback(Server.CaptureCallback.DoCaptureType doCapture = null)

Initializes a new CaptureCallback class instance.

Method summary

Modifier and Type Method and Description
void

Server.CaptureCallback.OnDoCapture(Server server)

Handles the DoCapture event. By default, calls the Server.CaptureCallback.DoCapture delegate.

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.

Fields

Server.CaptureCallback.DoCapture

Instructs the application to perform any necessary actions when capturing a new framebuffer - e.

For more information, see vnc_Server_CaptureCallback::doCapture in the C API documentation.

×