summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2011-10-27 08:09:44 -0700
committerJames Dong <jdong@google.com>2011-10-27 08:47:07 -0700
commit33fe290ca33235d7e0988cace14de3319a9a83f1 (patch)
treede16feac822bed06d2059d704bac79f93daa3554 /api
parentd085df318afc8b3485afdd81106ce93a13265ebb (diff)
downloadframeworks_base-33fe290ca33235d7e0988cace14de3319a9a83f1.zip
frameworks_base-33fe290ca33235d7e0988cace14de3319a9a83f1.tar.gz
frameworks_base-33fe290ca33235d7e0988cace14de3319a9a83f1.tar.bz2
Unhide QVGA related resolution profiles and allow to use QVGA resolution for timelapse video recording.
Change-Id: I328d9fa83a381415d7648218a6fb93b3724bbcc6 related-to-bug: 5343832
Diffstat (limited to 'api')
-rw-r--r--api/current.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index 0e32d88..b8e4ee9 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -10537,6 +10537,7 @@ package android.media {
field public static final int QUALITY_HIGH = 1; // 0x1
field public static final int QUALITY_LOW = 0; // 0x0
field public static final int QUALITY_QCIF = 2; // 0x2
+ field public static final int QUALITY_QVGA = 7; // 0x7
field public static final int QUALITY_TIME_LAPSE_1080P = 1006; // 0x3ee
field public static final int QUALITY_TIME_LAPSE_480P = 1004; // 0x3ec
field public static final int QUALITY_TIME_LAPSE_720P = 1005; // 0x3ed
@@ -10544,6 +10545,7 @@ package android.media {
field public static final int QUALITY_TIME_LAPSE_HIGH = 1001; // 0x3e9
field public static final int QUALITY_TIME_LAPSE_LOW = 1000; // 0x3e8
field public static final int QUALITY_TIME_LAPSE_QCIF = 1002; // 0x3ea
+ field public static final int QUALITY_TIME_LAPSE_QVGA = 1007; // 0x3ef
field public int audioBitRate;
field public int audioChannels;
field public int audioCodec;