Searched defs:shutter (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/
H A DCamera.java265 * <p>Whether the shutter sound can be disabled.</p>
267 * <p>On some devices, the camera shutter sound cannot be turned off
269 * can be used to determine whether a call to disable the shutter sound
274 * false, then that call will fail, and the shutter sound will be played
1158 * from the sensor. This is a good opportunity to play a shutter sound
1184 * Equivalent to takePicture(shutter, raw, null, jpeg).
1188 public final void takePicture(ShutterCallback shutter, PictureCallback raw, argument
1190 takePicture(shutter, raw, null, jpeg);
1197 * The shutter callback occurs after the image is captured. This can be used
1218 * @param shutter th
1223 takePicture(ShutterCallback shutter, PictureCallback raw, PictureCallback postview, PictureCallback jpeg) argument
[all...]

Completed in 51 milliseconds