@UnstableApi
public interface BitmapLoader extends BitmapLoader


Summary

Inherited methods

From androidx.media3.common.util.BitmapLoader
abstract ListenableFuture<Bitmap>
decodeBitmap(byte[] data)

Decodes an image from compressed binary data.

abstract ListenableFuture<Bitmap>

Loads an image from uri.

default @Nullable ListenableFuture<Bitmap>

Loads an image from MediaMetadata.

abstract boolean

Returns whether the given mimeType is supported.