summaryrefslogtreecommitdiffstats
path: root/include/media/AudioRecord.h
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-03 14:04:24 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-03 14:04:24 -0800
commitad04d9201452001dbaac4349f084cc9316190b89 (patch)
treee8a8fbc4b27adf44a21e884351eecf47fca7e0b6 /include/media/AudioRecord.h
parent99ffda877980468a9ae31e013cd10fb3645df1b0 (diff)
downloadframeworks_av-ad04d9201452001dbaac4349f084cc9316190b89.zip
frameworks_av-ad04d9201452001dbaac4349f084cc9316190b89.tar.gz
frameworks_av-ad04d9201452001dbaac4349f084cc9316190b89.tar.bz2
auto import from //depot/cupcake/@132589
Diffstat (limited to 'include/media/AudioRecord.h')
-rw-r--r--include/media/AudioRecord.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/include/media/AudioRecord.h b/include/media/AudioRecord.h
index ff64855..dd585c9 100644
--- a/include/media/AudioRecord.h
+++ b/include/media/AudioRecord.h
@@ -125,8 +125,7 @@ public:
* channelCount: Number of PCM channels (e.g 2 for stereo).
* frameCount: Total size of track PCM buffer in frames. This defines the
* latency of the track.
- * flags: A bitmask of acoustic values from enum record_flags. It enables
- * AGC, NS, and IIR.
+ * flags: Reserved for future use.
* cbf: Callback function. If not null, this function is called periodically
* to provide new PCM data.
* notificationFrames: The callback function is called each time notificationFrames PCM
@@ -134,12 +133,6 @@ public:
* user Context for use by the callback receiver.
*/
- enum record_flags {
- RECORD_AGC_ENABLE = AudioSystem::AGC_ENABLE,
- RECORD_NS_ENABLE = AudioSystem::NS_ENABLE,
- RECORD_IIR_ENABLE = AudioSystem::TX_IIR_ENABLE
- };
-
AudioRecord(int streamType,
uint32_t sampleRate = 0,
int format = 0,