summaryrefslogtreecommitdiffstats
path: root/include/media/MediaProfiles.h
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2010-02-03 16:50:18 -0800
committerJames Dong <jdong@google.com>2010-02-04 13:47:36 -0800
commit13896b94336085d4e6ff555fa1a420312e8dea79 (patch)
tree2e49d7dabc5149ab1f83699211711bbc99cf99eb /include/media/MediaProfiles.h
parentb399aa37056a3ce7a38b4a20cc0aef8e0e01b23e (diff)
downloadframeworks_av-13896b94336085d4e6ff555fa1a420312e8dea79.zip
frameworks_av-13896b94336085d4e6ff555fa1a420312e8dea79.tar.gz
frameworks_av-13896b94336085d4e6ff555fa1a420312e8dea79.tar.bz2
Camcorder profile Java API support
- Use Enum for Quality instead of int - Use static values() method from Enum, rather than if-else bug - 2417312
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 be928ec..3f253f9 100644
--- a/include/media/MediaProfiles.h
+++ b/include/media/MediaProfiles.h
@@ -53,8 +53,8 @@ public:
*
* Supported param name are:
* file.format - output file format. see mediarecorder.h for details
- * codec.vid - video encoder. see mediarecorder.h for details.
- * codec.aud - audio encoder. see mediarecorder.h for details.
+ * vid.codec - video encoder. see mediarecorder.h for details.
+ * aud.codec - audio encoder. see mediarecorder.h for details.
* vid.width - video frame width
* vid.height - video frame height
* vid.fps - video frame rate