public static interface CameraViewInterface.Callback
| Modifier and Type | Method and Description |
|---|---|
void |
onSurfaceChanged(CameraViewInterface view,
android.view.Surface surface,
int width,
int height) |
void |
onSurfaceCreated(CameraViewInterface view,
android.view.Surface surface) |
void |
onSurfaceDestroy(CameraViewInterface view,
android.view.Surface surface) |
void onSurfaceCreated(CameraViewInterface view, android.view.Surface surface)
void onSurfaceChanged(CameraViewInterface view, android.view.Surface surface, int width, int height)
void onSurfaceDestroy(CameraViewInterface view, android.view.Surface surface)