public interface FrameCapturedCallback
| Modifier and Type | Method and Description | 
|---|---|
void | 
onFrameCaptured(Bitmap bmp)
Invoked after capture frame. 
 | 
void onFrameCaptured(Bitmap bmp)
bmp - the result of the CameraStreamingManager.captureFrame(int, int, FrameCapturedCallback).
            May be null.