Class android.media.MediaCodec
| Added Methods | |
|---|---|
| ByteBuffergetInputBuffer(int) | |
| MediaFormatgetInputFormat() | |
| ImagegetInputImage(int) | |
| ByteBuffergetOutputBuffer(int) | |
| MediaFormatgetOutputFormat(int) | |
| ImagegetOutputImage(int) | |
| voidreleaseOutputBuffer(int, | |
| voidreset() | |
| voidsetCallback(Callback) | |
| Changed Methods | ||
|---|---|---|
| MediaCodeccreateByCodecName(String) | Change in exceptions thrown from no exceptions to java.io.IOException. | |
| MediaCodeccreateDecoderByType(String) | Change in exceptions thrown from no exceptions to java.io.IOException. | |
| MediaCodeccreateEncoderByType(String) | Change in exceptions thrown from no exceptions to java.io.IOException. | |
| ByteBuffer[]getInputBuffers() | Now deprecated. | |
| ByteBuffer[]getOutputBuffers() | Now deprecated. | |
| Added Fields | |
|---|---|
| intBUFFER_FLAG_KEY_FRAME | |
| Changed Fields | ||
|---|---|---|
| intBUFFER_FLAG_SYNC_FRAME | Now deprecated. | |
| intINFO_OUTPUT_BUFFERS_CHANGED | Now deprecated. | |
