diff options
author | Lajos Molnar <lajos@google.com> | 2014-05-21 15:29:35 -0700 |
---|---|---|
committer | Lajos Molnar <lajos@google.com> | 2014-05-28 19:12:15 -0700 |
commit | acfcf645ffb611bbb436aa0249658630c5cb5df2 (patch) | |
tree | 58d581e3137ee75980ee37588b73d5d669a563f3 /api | |
parent | 2ddbbe7b949bde21ba9aadc54940067be47e4d72 (diff) | |
download | frameworks_base-acfcf645ffb611bbb436aa0249658630c5cb5df2.zip frameworks_base-acfcf645ffb611bbb436aa0249658630c5cb5df2.tar.gz frameworks_base-acfcf645ffb611bbb436aa0249658630c5cb5df2.tar.bz2 |
media.MediaCodec: document and fix-up setNotificationCallback
change from interface to abstrace class
Bug: 15091403
Change-Id: I5093672e36681670934a5ebaa49484441af5bcdd
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/api/current.txt b/api/current.txt index e2380f7..146d3c3 100644 --- a/api/current.txt +++ b/api/current.txt @@ -14251,7 +14251,8 @@ package android.media { field public int numSubSamples; } - public static abstract interface MediaCodec.NotificationCallback { + public static abstract class MediaCodec.NotificationCallback { + ctor public MediaCodec.NotificationCallback(); method public abstract void onCodecNotify(android.media.MediaCodec); } |