public static interface

Camera.ShutterCallback

android.hardware.Camera.ShutterCallback

Class Overview

An interface which contains a callback for the shutter closing after taking a picture.

Summary

Public Methods
abstract void onShutter()
Can be used to play a shutter sound as soon as the image has been captured, but before the data is available.

Public Methods

public abstract void onShutter ()

Can be used to play a shutter sound as soon as the image has been captured, but before the data is available.