summaryrefslogtreecommitdiffstats
path: root/include/media/AudioRecord.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2015-03-16 20:42:08 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-03-16 20:42:25 +0000
commitfdfce553a8ea19af59ecc95d8395fc50e2b5bf35 (patch)
treee5727b283ba76cd6a31651e6f277e01866d6ded7 /include/media/AudioRecord.h
parent74bebe401dd966308f29b0c4f42cf6946dc64582 (diff)
parentf5e837e3c7d4b1cee3b18d740bf7d07f4d1ddc1c (diff)
downloadframeworks_av-fdfce553a8ea19af59ecc95d8395fc50e2b5bf35.zip
frameworks_av-fdfce553a8ea19af59ecc95d8395fc50e2b5bf35.tar.gz
frameworks_av-fdfce553a8ea19af59ecc95d8395fc50e2b5bf35.tar.bz2
Merge "Add FIXME to deprecate all APIs that assume a route"
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 59bfc4e..a68a9cb 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,