summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorPannag Sanketi <psanketi@google.com>2011-10-31 13:32:27 -0700
committerPannag Sanketi <psanketi@google.com>2011-10-31 14:17:46 -0700
commitd47823e359ac346c7a1b9051866a72e8436f82cd (patch)
tree150f2e63ee7c7b5e43bc95ad811428f9f9b45d60 /api
parent6d4b9f0b409dd15d8ada0a990f9c5785bdbd2e9f (diff)
downloadframeworks_base-d47823e359ac346c7a1b9051866a72e8436f82cd.zip
frameworks_base-d47823e359ac346c7a1b9051866a72e8436f82cd.tar.gz
frameworks_base-d47823e359ac346c7a1b9051866a72e8436f82cd.tar.bz2
Expose video stabilization API
Related to bug:5469735 Change-Id: I0a8245b37eed7f2cb58d35c7a9a7b3b293b64694
Diffstat (limited to 'api')
-rw-r--r--api/current.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index 8654f67..c4dd900 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -9366,6 +9366,7 @@ package android.hardware {
method public java.util.List<android.hardware.Camera.Size> getSupportedVideoSizes();
method public java.util.List<java.lang.String> getSupportedWhiteBalance();
method public float getVerticalViewAngle();
+ method public boolean getVideoStabilization();
method public java.lang.String getWhiteBalance();
method public int getZoom();
method public java.util.List<java.lang.Integer> getZoomRatios();
@@ -9373,6 +9374,7 @@ package android.hardware {
method public boolean isAutoWhiteBalanceLockSupported();
method public boolean isSmoothZoomSupported();
method public boolean isVideoSnapshotSupported();
+ method public boolean isVideoStabilizationSupported();
method public boolean isZoomSupported();
method public void remove(java.lang.String);
method public void removeGpsData();
@@ -9404,6 +9406,7 @@ package android.hardware {
method public void setRecordingHint(boolean);
method public void setRotation(int);
method public void setSceneMode(java.lang.String);
+ method public void setVideoStabilization(boolean);
method public void setWhiteBalance(java.lang.String);
method public void setZoom(int);
method public void unflatten(java.lang.String);