package

androidx.media3.exoplayer.mediacodec

Interfaces

MediaCodecAdapterAbstracts MediaCodec operations.
MediaCodecAdapter.FactoryA factory for MediaCodecAdapter instances.
MediaCodecAdapter.OnFrameRenderedListenerListener to be called when an output frame has rendered on the output surface.
MediaCodecSelectorSelector of MediaCodec instances.

Classes

DefaultMediaCodecAdapterFactoryThe default MediaCodecAdapter.Factory.
MediaCodecAdapter.ConfigurationConfiguration parameters for a MediaCodecAdapter.
MediaCodecInfoInformation about a MediaCodec for a given mime type.
MediaCodecRendererAn abstract renderer that uses MediaCodec to decode samples for rendering.
MediaCodecUtilA utility class for querying the available codecs.
SynchronousMediaCodecAdapterA MediaCodecAdapter that operates the underlying MediaCodec in synchronous mode.
SynchronousMediaCodecAdapter.FactoryA factory for SynchronousMediaCodecAdapter instances.