summaryrefslogtreecommitdiffstats
path: root/include/media/AudioRecord.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2013-08-06 16:14:01 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-08-06 16:14:01 +0000
commit743649fa70392b668377fb507d251b346c7b2769 (patch)
tree3d23d5355c7ea676aaeee2465447dc72f093c346 /include/media/AudioRecord.h
parent5279e3e1187e4da0fed4349d29ea548f52e95f95 (diff)
parent73493688f4190f790ee15d9ca54831cd64f4e195 (diff)
downloadframeworks_av-743649fa70392b668377fb507d251b346c7b2769.zip
frameworks_av-743649fa70392b668377fb507d251b346c7b2769.tar.gz
frameworks_av-743649fa70392b668377fb507d251b346c7b2769.tar.bz2
Merge "AudioRecord::openRecord_l now take flags"
Diffstat (limited to 'include/media/AudioRecord.h')
-rw-r--r--include/media/AudioRecord.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/AudioRecord.h b/include/media/AudioRecord.h
index 329910e..8973c5c 100644
--- a/include/media/AudioRecord.h
+++ b/include/media/AudioRecord.h
@@ -427,6 +427,7 @@ private:
status_t openRecord_l(uint32_t sampleRate,
audio_format_t format,
size_t frameCount,
+ audio_input_flags_t flags,
audio_io_handle_t input,
size_t epoch);