-
public interface CameraViewInterface.Callback
-
-
Method Summary
Modifier and Type Method Description abstract voidonSurfaceCreated(CameraViewInterface view, Surface surface)abstract voidonSurfaceChanged(CameraViewInterface view, Surface surface, int width, int height)abstract voidonSurfaceDestroy(CameraViewInterface view, Surface surface)-
-
Method Detail
-
onSurfaceCreated
abstract void onSurfaceCreated(CameraViewInterface view, Surface surface)
-
onSurfaceChanged
abstract void onSurfaceChanged(CameraViewInterface view, Surface surface, int width, int height)
-
onSurfaceDestroy
abstract void onSurfaceDestroy(CameraViewInterface view, Surface surface)
-
-
-
-