Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

Server.CaptureCallback

public interface CaptureCallback

Callback for implementing a capture mechanism.

Method Summary

Modifier and Type Method and Description
void

doCapture(Server server)

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

Methods

void doCapture(Server server)

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

For more information, see vnc_Server_CaptureCallback::doCapture.

×