Lines Matching refs:shutter

297          * <p>Whether the shutter sound can be disabled.</p>
299 * <p>On some devices, the camera shutter sound cannot be turned off
301 * can be used to determine whether a call to disable the shutter sound
306 * false, then that call will fail, and the shutter sound will be played
1345 * from the sensor. This is a good opportunity to play a shutter sound
1375 * Equivalent to takePicture(shutter, raw, null, jpeg).
1379 public final void takePicture(ShutterCallback shutter, PictureCallback raw,
1381 takePicture(shutter, raw, null, jpeg);
1388 * The shutter callback occurs after the image is captured. This can be used
1409 * @param shutter the callback for image capture moment, or null
1414 public final void takePicture(ShutterCallback shutter, PictureCallback raw,
1416 mShutterCallback = shutter;
1524 * <p>Enable or disable the default shutter sound when taking a picture.</p>
1526 * <p>By default, the camera plays the system-defined camera shutter sound
1527 * when {@link #takePicture} is called. Using this method, the shutter sound
1528 * can be disabled. It is strongly recommended that an alternative shutter
1529 * sound is played in the {@link ShutterCallback} when the system shutter
1532 * <p>Note that devices may not always allow disabling the camera shutter
1533 * sound. If the shutter sound state cannot be set to the desired value,
1535 * can be used to determine whether the device will allow the shutter sound
1538 * @param enabled whether the camera should play the system shutter sound
1540 * @return {@code true} if the shutter sound state was successfully
1541 * changed. {@code false} if the shutter sound state could not be
1542 * changed. {@code true} is also returned if shutter sound playback
1562 * Disable the shutter sound unconditionally.
1570 * @return {@code true} if the shutter sound state was successfully
1571 * changed. {@code false} if the shutter sound state could not be
1572 * changed. {@code true} is also returned if shutter sound playback
3986 * <p>Applications can set shutter callback as null to avoid the shutter