public static interface GLCapture.CaptureCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onCaptureComplete(GLCapture capture,
android.graphics.Bitmap bitmap)
This method is invoked when the capture is complete.
|
void |
onCaptureError(GLCapture capture,
java.lang.Throwable t)
This method is invoked if an error occurs during the capture process.
|
void |
onCaptureStarted(GLCapture capture)
This method is invoked when the capture is started.
|
void onCaptureStarted(GLCapture capture)
capture - The GLCapture instancevoid onCaptureComplete(GLCapture capture, android.graphics.Bitmap bitmap)
capture - The GLCapture instancebitmap - The captured data