Add "throws IOException" to MediaCodec constructors (11)

Change to add "throws IOException" to android.media.MediaCodec
(createByCodecName|createDecoderByType|createEncoderByType).  The exception was
previously thrown through the native JNI, but not explicitly declared.

Requires changes to existing code for declaration compatibility.

Bug: 11364276
Change-Id: Idb37e0bd97bfcef3f0951efcad3c7cce4d9c5758
Signed-off-by: Andy Hung <hunga@google.com>
1 file changed