summaryrefslogtreecommitdiffstats
path: root/include/media/AudioRecord.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2014-07-03 10:17:10 -0700
committerGlenn Kasten <gkasten@google.com>2015-03-13 16:44:25 -0700
commitf5e837e3c7d4b1cee3b18d740bf7d07f4d1ddc1c (patch)
treedfc142f5ac173cb8b168cb6e31115c3be23e3a98 /include/media/AudioRecord.h
parent802a568f77b9a372537e4216b2a7cbb203958a87 (diff)
downloadframeworks_av-f5e837e3c7d4b1cee3b18d740bf7d07f4d1ddc1c.zip
frameworks_av-f5e837e3c7d4b1cee3b18d740bf7d07f4d1ddc1c.tar.gz
frameworks_av-f5e837e3c7d4b1cee3b18d740bf7d07f4d1ddc1c.tar.bz2
Add FIXME to deprecate all APIs that assume a route
Change-Id: I84e160e3945004338c808edd86b5dbbca1e12874
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 f70d981..50841a6 100644
--- a/include/media/AudioRecord.h
+++ b/include/media/AudioRecord.h
@@ -106,6 +106,7 @@ public:
* - BAD_VALUE: unsupported configuration
* frameCount is guaranteed to be non-zero if status is NO_ERROR,
* and is undefined otherwise.
+ * FIXME This API assumes a route, and so should be deprecated.
*/
static status_t getMinFrameCount(size_t* frameCount,