public interface

MediaCodecAdapter.OnBufferAvailableListener

 androidx.media3.exoplayer.mediacodec.MediaCodecAdapter.OnBufferAvailableListener

Overview

Listener to be called when an input or output buffer becomes available.

Summary

Methods
public voidonInputBufferAvailable()

Called when an input buffer becomes available.

public voidonOutputBufferAvailable()

Called when an output buffer becomes available.

Methods

public void onInputBufferAvailable()

Called when an input buffer becomes available.

See also:

public void onOutputBufferAvailable()

Called when an output buffer becomes available.

See also: