Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

ServerImageCallback

public class ServerImageCallback implements ImageReader.OnImageAvailableListener

ServerImageCallback is used by vnc_Server on Android to receive onImageAvailable callbacks from ImageReader. This source file should not be included in the distribution source jar, only the class file should be distributed.

Constructor Summary

Method Summary

Modifier and Type Method and Description
void destroy()
void onImageAvailable(ImageReader reader)

Constructors

public ServerImageCallback(Server server)

Methods

public void destroy()
public void onImageAvailable(ImageReader reader)
×