summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2015-03-20 08:57:24 -0700
committerGlenn Kasten <gkasten@google.com>2015-03-23 08:02:47 -0700
commit6991ed25d8b5c2f75325ccd7cc522762da6f2b09 (patch)
tree07d7d20b4f8230d83ab43d71955e0ff1a954cc2b /include
parent17ea1351633d4f5e4f9eafd0778eb8b59fa30f10 (diff)
downloadframeworks_av-6991ed25d8b5c2f75325ccd7cc522762da6f2b09.zip
frameworks_av-6991ed25d8b5c2f75325ccd7cc522762da6f2b09.tar.gz
frameworks_av-6991ed25d8b5c2f75325ccd7cc522762da6f2b09.tar.bz2
Add FIXME to deprecate AudioTrack::getMinFrameCount()
Continuation of previous change, for all APIs that assume a route Change-Id: Ia1315032cf6366f428db342b16b2e1c3b574f407
Diffstat (limited to 'include')
-rw-r--r--include/media/AudioTrack.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/AudioTrack.h b/include/media/AudioTrack.h
index cc7acbc..0d10e31 100644
--- a/include/media/AudioTrack.h
+++ b/include/media/AudioTrack.h
@@ -125,6 +125,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,