diff options
author | Glenn Kasten <gkasten@google.com> | 2013-08-06 16:14:01 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-08-06 16:14:01 +0000 |
commit | 743649fa70392b668377fb507d251b346c7b2769 (patch) | |
tree | 3d23d5355c7ea676aaeee2465447dc72f093c346 /include | |
parent | 5279e3e1187e4da0fed4349d29ea548f52e95f95 (diff) | |
parent | 73493688f4190f790ee15d9ca54831cd64f4e195 (diff) | |
download | frameworks_av-743649fa70392b668377fb507d251b346c7b2769.zip frameworks_av-743649fa70392b668377fb507d251b346c7b2769.tar.gz frameworks_av-743649fa70392b668377fb507d251b346c7b2769.tar.bz2 |
Merge "AudioRecord::openRecord_l now take flags"
Diffstat (limited to 'include')
-rw-r--r-- | include/media/AudioRecord.h | 1 |
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); |