-
public interface CameraPreview.SurfaceCallbackThis is used to notify CameraEngine to recompute its camera Preview size.After that, CameraView will need a new layout pass to adapt to the Preview size.
-
-
Method Summary
Modifier and Type Method Description abstract voidonSurfaceAvailable()Called when the surface is available. abstract voidonSurfaceChanged()Called when the surface has changed. abstract voidonSurfaceDestroyed()Called when the surface was destroyed. -
-
Method Detail
-
onSurfaceAvailable
abstract void onSurfaceAvailable()
Called when the surface is available.
-
onSurfaceChanged
abstract void onSurfaceChanged()
Called when the surface has changed.
-
onSurfaceDestroyed
abstract void onSurfaceDestroyed()
Called when the surface was destroyed.
-
-
-
-