summaryrefslogtreecommitdiffstats
path: root/include/media/MediaProfiles.h
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2010-03-31 13:56:29 -0700
committerJames Dong <jdong@google.com>2010-04-01 00:12:20 -0700
commit0b42f253d15a190e230df43a4b45a3c483e5869a (patch)
treef735864f9a75914604e3a2e9856d22e53d030c23 /include/media/MediaProfiles.h
parent13ecb8d4e47fc5a8af8487a133d7c91b9ce55326 (diff)
downloadframeworks_av-0b42f253d15a190e230df43a4b45a3c483e5869a.zip
frameworks_av-0b42f253d15a190e230df43a4b45a3c483e5869a.tar.gz
frameworks_av-0b42f253d15a190e230df43a4b45a3c483e5869a.tar.bz2
Public API changes for CameraProfile and CamcorderProfile classes
1. CamcorderProfile: “@see” links are broken; Remove m prefix from fields; remove “final” 2. CamcorderProfile.Quality: use an int rather than an enum 3. Add API on MediaRecorder to pass in a CamcorderProfile 4. CameraProfile.getImageEncodingQualityLevels @hide or make it consistent with CamcorderProfile 5. Remove a convenient method and instead let the (mms) app do that task bug - 2553862 Change-Id: I759215c7892f772aeddf3651d17038489c6fbc50
Diffstat (limited to 'include/media/MediaProfiles.h')
-rw-r--r--include/media/MediaProfiles.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/media/MediaProfiles.h b/include/media/MediaProfiles.h
index eb96d20..a4eea2a 100644
--- a/include/media/MediaProfiles.h
+++ b/include/media/MediaProfiles.h
@@ -24,8 +24,8 @@
namespace android {
enum camcorder_quality {
- CAMCORDER_QUALITY_HIGH = 0,
- CAMCORDER_QUALITY_LOW = 1
+ CAMCORDER_QUALITY_LOW = 0,
+ CAMCORDER_QUALITY_HIGH = 1
};
enum video_decoder {