summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/AudioSource.cpp
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2010-04-22 17:27:04 -0700
committerJames Dong <jdong@google.com>2010-05-03 15:47:41 -0700
commit050b28a593350047845a45a14cc5026221ac1620 (patch)
tree118de60bec960d36dd3784439f84e2bc1bba6d9f /media/libstagefright/AudioSource.cpp
parent86f69c1f41dcf4e0826b17ecf7fd71eb353b0782 (diff)
downloadframeworks_av-050b28a593350047845a45a14cc5026221ac1620.zip
frameworks_av-050b28a593350047845a45a14cc5026221ac1620.tar.gz
frameworks_av-050b28a593350047845a45a14cc5026221ac1620.tar.bz2
Support AAC recording
- Extend the audio recording to AAC format - Add support for setting some recording parameters - Add stss box to the meta data in the recorded file Change-Id: I41167bfd9d70ef9cd33906f8437b39c232b6d3b7
Diffstat (limited to 'media/libstagefright/AudioSource.cpp')
-rw-r--r--media/libstagefright/AudioSource.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/media/libstagefright/AudioSource.cpp b/media/libstagefright/AudioSource.cpp
index edabaf9..abd8abc 100644
--- a/media/libstagefright/AudioSource.cpp
+++ b/media/libstagefright/AudioSource.cpp
@@ -14,6 +14,10 @@
* limitations under the License.
*/
+//#define LOG_NDEBUG 0
+#define LOG_TAG "AudioSource"
+#include <utils/Log.h>
+
#include <media/stagefright/AudioSource.h>
#include <media/AudioRecord.h>