diff options
author | Lajos Molnar <lajos@google.com> | 2014-05-08 17:16:45 -0700 |
---|---|---|
committer | Lajos Molnar <lajos@google.com> | 2014-05-09 20:43:30 +0000 |
commit | 7c513b6bef8ed4dfc28e0af6c8594563fdb9f436 (patch) | |
tree | a4b946b239e95aa8dc545fc58725f5dcfb54b99e /api | |
parent | e1f788b3e216329c570929eb4526332ae0db14d1 (diff) | |
download | frameworks_base-7c513b6bef8ed4dfc28e0af6c8594563fdb9f436.zip frameworks_base-7c513b6bef8ed4dfc28e0af6c8594563fdb9f436.tar.gz frameworks_base-7c513b6bef8ed4dfc28e0af6c8594563fdb9f436.tar.bz2 |
Added MediaCodec.releaseOutputBuffer() method with render timestamp
Bug: 11784827
Change-Id: I67097c8e69b40ef3baa436f0e7731d28c696735c
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index d90116f..2bdca9a 100644 --- a/api/current.txt +++ b/api/current.txt @@ -13825,6 +13825,7 @@ package android.media { method public final void queueSecureInputBuffer(int, int, android.media.MediaCodec.CryptoInfo, long, int) throws android.media.MediaCodec.CryptoException; method public final void release(); method public final void releaseOutputBuffer(int, boolean); + method public final void releaseOutputBuffer(int, long); method public void setNotificationCallback(android.media.MediaCodec.NotificationCallback); method public final void setParameters(android.os.Bundle); method public final void setVideoScalingMode(int); |