From acfcf645ffb611bbb436aa0249658630c5cb5df2 Mon Sep 17 00:00:00 2001 From: Lajos Molnar Date: Wed, 21 May 2014 15:29:35 -0700 Subject: media.MediaCodec: document and fix-up setNotificationCallback change from interface to abstrace class Bug: 15091403 Change-Id: I5093672e36681670934a5ebaa49484441af5bcdd --- api/current.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'api') 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); } -- cgit v1.1