diff options
author | Andreas Huber <andih@google.com> | 2012-04-20 12:15:31 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-04-20 12:15:31 -0700 |
commit | 987e982b6d29f005f85e3a0ab53ae80fbbd0a825 (patch) | |
tree | 087addc9fb34e9efc5bbf9c9398e565858ae1694 /api | |
parent | 362bcb06ad92c561cc23410e59e11ead7bf38e22 (diff) | |
parent | 74a78b0f6e8c07cfc7da8f043987f6de0648bc05 (diff) | |
download | frameworks_base-987e982b6d29f005f85e3a0ab53ae80fbbd0a825.zip frameworks_base-987e982b6d29f005f85e3a0ab53ae80fbbd0a825.tar.gz frameworks_base-987e982b6d29f005f85e3a0ab53ae80fbbd0a825.tar.bz2 |
Merge "Add the ability to query the amount of cached data to MediaExtractor."
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 7910add..e2452c1 100644 --- a/api/current.txt +++ b/api/current.txt @@ -11063,11 +11063,13 @@ package android.media { ctor public MediaExtractor(); method public boolean advance(); method public int countTracks(); + method public long getCachedDuration(); method public boolean getSampleCryptoInfo(android.media.MediaCodec.CryptoInfo); method public int getSampleFlags(); method public long getSampleTime(); method public int getSampleTrackIndex(); method public java.util.Map<java.lang.String, java.lang.Object> getTrackFormat(int); + method public boolean hasCacheReachedEndOfStream(); method public int readSampleData(java.nio.ByteBuffer, int); method public final void release(); method public void seekTo(long); |