summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2015-03-23 15:47:44 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-03-23 15:47:44 +0000
commit0fe431544e5320a58508fb0533063d36dad1a473 (patch)
tree3fba1e4666b6778fa720db5963c304b91d2823f4 /include
parent999c894e18a64e0ded860a1bb51e14822ed31e86 (diff)
parent6991ed25d8b5c2f75325ccd7cc522762da6f2b09 (diff)
downloadframeworks_av-0fe431544e5320a58508fb0533063d36dad1a473.zip
frameworks_av-0fe431544e5320a58508fb0533063d36dad1a473.tar.gz
frameworks_av-0fe431544e5320a58508fb0533063d36dad1a473.tar.bz2
Merge "Add FIXME to deprecate AudioTrack::getMinFrameCount()"
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,