public interface

DecodeOneFrameUtil.Listener

 androidx.media3.test.utils.DecodeOneFrameUtil.Listener

Overview

Listener for decoding events.

Summary

Methods
public voidonContainerExtracted(MediaFormat mediaFormat)

Called when the video is extracted from the container.

public voidonFrameDecoded(MediaFormat mediaFormat)

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

Methods

public void onContainerExtracted(MediaFormat mediaFormat)

Called when the video is extracted from the container.

public void onFrameDecoded(MediaFormat mediaFormat)

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