@UnstableApi
interface BitmapLoader : BitmapLoader


Summary

Inherited functions

From androidx.media3.common.util.BitmapLoader
ListenableFuture<Bitmap!>!

Decodes an image from compressed binary data.

ListenableFuture<Bitmap!>!
loadBitmap(uri: Uri!)

Loads an image from uri.

ListenableFuture<Bitmap!>?

Loads an image from MediaMetadata.

Boolean

Returns whether the given mimeType is supported.