diff options
author | James Dong <jdong@google.com> | 2011-10-27 08:09:44 -0700 |
---|---|---|
committer | James Dong <jdong@google.com> | 2011-10-27 08:47:07 -0700 |
commit | 33fe290ca33235d7e0988cace14de3319a9a83f1 (patch) | |
tree | de16feac822bed06d2059d704bac79f93daa3554 /api | |
parent | d085df318afc8b3485afdd81106ce93a13265ebb (diff) | |
download | frameworks_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.txt | 2 |
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; |