Android Studio Sign in

@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.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.