summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2010-11-04 19:11:27 -0700
committerJames Dong <jdong@google.com>2010-11-05 15:53:00 -0700
commitad8f19c6b3167cadc90a35f4d795b07aa2f04ffa (patch)
treeb7f7f7f125d1843b8a22040d5c6d13547103720f /api
parentce22d608733953e367a590efd9c7656a68ffc24d (diff)
downloadframeworks_base-ad8f19c6b3167cadc90a35f4d795b07aa2f04ffa.zip
frameworks_base-ad8f19c6b3167cadc90a35f4d795b07aa2f04ffa.tar.gz
frameworks_base-ad8f19c6b3167cadc90a35f4d795b07aa2f04ffa.tar.bz2
Add a new public API to support recording rotated videos
o changed a comment about the rotation orientation from counter-clockwise to clockwise. Change-Id: I16ad73ce1a55cc627d9a516e23d1325753b3037e
Diffstat (limited to 'api')
-rw-r--r--api/current.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml
index 833fb6b..ac92b7a 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -86967,6 +86967,19 @@
<parameter name="listener" type="android.media.MediaRecorder.OnInfoListener">
</parameter>
</method>
+<method name="setOrientationHint"
+ return="void"
+ abstract="false"
+ native="false"
+ synchronized="false"
+ static="false"
+ final="false"
+ deprecated="not deprecated"
+ visibility="public"
+>
+<parameter name="degrees" type="int">
+</parameter>
+</method>
<method name="setOutputFile"
return="void"
abstract="false"