summaryrefslogtreecommitdiffstats
path: root/core/java/android/hardware/Camera.java
diff options
context:
space:
mode:
authorEino-Ville Talvala <etalvala@google.com>2012-03-01 11:01:38 -0800
committerEino-Ville Talvala <etalvala@google.com>2012-03-06 16:33:50 -0800
commite69095869c1b324aa20991ed1805c492c3f731e8 (patch)
tree0a1a11391b8ac593b66fbf37e8f57b6b1a00ab7b /core/java/android/hardware/Camera.java
parentfd400f5f483d76a38a28155a7328a953ed3ec36f (diff)
downloadframeworks_base-e69095869c1b324aa20991ed1805c492c3f731e8.zip
frameworks_base-e69095869c1b324aa20991ed1805c492c3f731e8.tar.gz
frameworks_base-e69095869c1b324aa20991ed1805c492c3f731e8.tar.bz2
NEW_API: Rework CameraSound into MediaActionSound, and unhide it.
MediaActionSound is a helper class for applications that use the camera, or include camera-like behavior such as taking screenshots. This class helps applications match the sound-playing behavior of the Camera.takePicture, MediaRecorder.start, and MediaRecorder.stop methods. This is useful for applications that don't use the above methods, but still logically capture images or video, such as the panorama capture feature and the video effects in the platform camera application. Bug: 5029099 Change-Id: I829f6e2941f167f91f9cb506215b7232cb054958
Diffstat (limited to 'core/java/android/hardware/Camera.java')
-rw-r--r--core/java/android/hardware/Camera.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/java/android/hardware/Camera.java b/core/java/android/hardware/Camera.java
index cca208a..573e6ea 100644
--- a/core/java/android/hardware/Camera.java
+++ b/core/java/android/hardware/Camera.java
@@ -36,7 +36,6 @@ import java.util.HashMap;
import java.util.List;
import java.util.StringTokenizer;
-
/**
* The Camera class is used to set image capture settings, start/stop preview,
* snap pictures, and retrieve frames for encoding for video. This class is a