From 33fe290ca33235d7e0988cace14de3319a9a83f1 Mon Sep 17 00:00:00 2001 From: James Dong <jdong@google.com> Date: Thu, 27 Oct 2011 08:09:44 -0700 Subject: Unhide QVGA related resolution profiles and allow to use QVGA resolution for timelapse video recording. Change-Id: I328d9fa83a381415d7648218a6fb93b3724bbcc6 related-to-bug: 5343832 --- api/current.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'api') 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; -- cgit v1.1