summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorAndy Hung <hunga@google.com>2013-11-07 04:06:31 +0000
committerAndy Hung <hunga@google.com>2013-11-07 04:06:31 +0000
commit8ca55fc980a567270d397c7392fd5fa8490f6d42 (patch)
tree5c5404e80d6bb6c3ed75ba738835819d9be0eeb6 /api
parent52d8aa79a31c5042d2b43d06f08fa28489b27d1b (diff)
downloadframeworks_base-8ca55fc980a567270d397c7392fd5fa8490f6d42.zip
frameworks_base-8ca55fc980a567270d397c7392fd5fa8490f6d42.tar.gz
frameworks_base-8ca55fc980a567270d397c7392fd5fa8490f6d42.tar.bz2
Revert "Add "throws IOException" to MediaCodec constructors (3)"
This reverts commit 52d8aa79a31c5042d2b43d06f08fa28489b27d1b. Change-Id: Ic706e0fb469931664499d00fa3a221726b258673
Diffstat (limited to 'api')
-rw-r--r--api/current.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/api/current.txt b/api/current.txt
index e82d348..745b33d93 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -12597,9 +12597,9 @@ package android.media {
public final class MediaCodec {
method public void configure(android.media.MediaFormat, android.view.Surface, android.media.MediaCrypto, int);
- method public static android.media.MediaCodec createByCodecName(java.lang.String) throws java.io.IOException;
- method public static android.media.MediaCodec createDecoderByType(java.lang.String) throws java.io.IOException;
- method public static android.media.MediaCodec createEncoderByType(java.lang.String) throws java.io.IOException;
+ method public static android.media.MediaCodec createByCodecName(java.lang.String);
+ method public static android.media.MediaCodec createDecoderByType(java.lang.String);
+ method public static android.media.MediaCodec createEncoderByType(java.lang.String);
method public final android.view.Surface createInputSurface();
method public final int dequeueInputBuffer(long);
method public final int dequeueOutputBuffer(android.media.MediaCodec.BufferInfo, long);