DecodeOneFrameUtil.Listener
Artifact: androidx.media3:media3-test-utils
public interface DecodeOneFrameUtil.Listener
Listener for decoding events.
Summary
Public methods |
|
|---|---|
abstract void |
onContainerExtracted(MediaFormat mediaFormat)Called when the video |
abstract void |
onFrameDecoded(MediaFormat mediaFormat)Called when the video |
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.