summaryrefslogtreecommitdiffstats
path: root/include/media/AudioSystem.h
diff options
context:
space:
mode:
authorPaul McLean <pmclean@google.com>2015-04-17 13:15:36 -0600
committerPaul McLean <pmclean@google.com>2015-04-28 10:46:14 -0600
commit466dc8ed6ca6b7f585104806c48613dd34e608c9 (patch)
tree086bbd91d48e366377c02df8a65a5e2bad8675a6 /include/media/AudioSystem.h
parentdae24729d0b3ced8c4a7d7f9b631e852f564db4f (diff)
downloadframeworks_av-466dc8ed6ca6b7f585104806c48613dd34e608c9.zip
frameworks_av-466dc8ed6ca6b7f585104806c48613dd34e608c9.tar.gz
frameworks_av-466dc8ed6ca6b7f585104806c48613dd34e608c9.tar.bz2
Explicit routing in AudioRecord
Change-Id: I9cc5d54883a3e5c75d553fabb619fc8e49f4f9e5
Diffstat (limited to 'include/media/AudioSystem.h')
-rw-r--r--include/media/AudioSystem.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/media/AudioSystem.h b/include/media/AudioSystem.h
index 182133c..a454481 100644
--- a/include/media/AudioSystem.h
+++ b/include/media/AudioSystem.h
@@ -248,7 +248,8 @@ public:
uint32_t samplingRate,
audio_format_t format,
audio_channel_mask_t channelMask,
- audio_input_flags_t flags);
+ audio_input_flags_t flags,
+ audio_port_handle_t selectedDeviceId = AUDIO_PORT_HANDLE_NONE);
static status_t startInput(audio_io_handle_t input,
audio_session_t session);