summaryrefslogtreecommitdiffstats
path: root/api/current.txt
diff options
context:
space:
mode:
Diffstat (limited to 'api/current.txt')
-rw-r--r--api/current.txt3
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);
}