DecodeOneFrameUtil.Listener

public interface DecodeOneFrameUtil.Listener


Listener for decoding events.

Summary

Public methods

abstract void

Called when the video MediaFormat is extracted from the container.

abstract void

Called when the video MediaFormat is read by the decoder from the byte stream, after a frame is decoded.

Public methods

onContainerExtracted

abstract void onContainerExtracted(MediaFormat mediaFormat)

Called when the video MediaFormat is extracted from the container.

onFrameDecoded

abstract void onFrameDecoded(MediaFormat mediaFormat)

Called when the video MediaFormat is read by the decoder from the byte stream, after a frame is decoded.