OSDN Git Service

Implement SLAndroidConfigurationItf on AudioRecorder.
authorJean-Michel Trivi <jmtrivi@google.com>
Tue, 14 Sep 2010 01:24:59 +0000 (18:24 -0700)
committerJean-Michel Trivi <jmtrivi@google.com>
Tue, 14 Sep 2010 22:05:33 +0000 (15:05 -0700)
commitde8654b40c7701ea213c157448cbb96c29522e39
tree1190138fa6741dd4c6994f0441e6607fed10a9f2
parent83e00828044c7f9488dc5d863578939937e8a136
Implement SLAndroidConfigurationItf on AudioRecorder.

Enable the use of the configuration interface before the
 AudioRecorder object is realized to set the recording
 preset. Recording presets map to the Android
 AudioRecord input source.

Change-Id: I804095a0b39e4676862f6bc8e7fbaa0ba63b9336
opensles/include/SLES/OpenSLES_AndroidConfiguration.h [new file with mode: 0644]
opensles/libopensles/IAndroidConfiguration.c
opensles/libopensles/IObject.c
opensles/libopensles/android_AudioRecorder.cpp
opensles/libopensles/android_AudioRecorder.h
opensles/libopensles/sles_allinclusive.h
opensles/tests/examples/Android.mk_
opensles/tests/examples/slesTestRecBuffQueue.cpp