Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

Viewer.FramebufferCallback

public interface FramebufferCallback

Callback receiving framebuffer event notifications for a Viewer.

Method Summary

Modifier and Type Method and Description
void

serverFbSizeChanged(Viewer viewer, int w, int h)

Notification that the server’s framebuffer size has changed.

void

viewerFbUpdated(Viewer viewer, int x, int y, int w, int h)

Notification that the given rectangle of the viewer’s framebuffer has been updated with new pixel data.

Methods

void serverFbSizeChanged(Viewer viewer, int w, int h)

Notification that the server’s framebuffer size has changed.

For more information, see vnc_Viewer_FramebufferCallback::serverFbSizeChanged.

void viewerFbUpdated(Viewer viewer, int x, int y, int w, int h)

Notification that the given rectangle of the viewer’s framebuffer has been updated with new pixel data.

For more information, see vnc_Viewer_FramebufferCallback::viewerFbUpdated.

×