summaryrefslogtreecommitdiffstats
path: root/include
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
commite64d9a236e4704abf53d3b7eea2eb066f23cf402 (patch)
treeb2d8d4d7685d5ffb2532fc79842b90943802edfb /include
parent3fe1708d9d204fa63e8abe6e434378d89e963752 (diff)
downloadframeworks_base-e64d9a236e4704abf53d3b7eea2eb066f23cf402.zip
frameworks_base-e64d9a236e4704abf53d3b7eea2eb066f23cf402.tar.gz
frameworks_base-e64d9a236e4704abf53d3b7eea2eb066f23cf402.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')
-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 {