ImageDecoder.Factory
Artifact: androidx.media3:media3-exoplayer
interface ImageDecoder.Factory
BitmapFactoryImageDecoder.Factory |
A factory for |
ExternallyLoadedImageDecoder.Factory |
A |
A factory for image decoders.
Summary
Constants |
|
|---|---|
const ImageDecoder.Factory! |
This property is deprecated. Instantiate a |
Public functions |
|
|---|---|
ImageDecoder! |
Creates a new |
Int |
Returns the highest |
Constants
Public functions
supportsFormat
@RendererCapabilities.Capabilities
fun supportsFormat(format: Format!): Int
Returns the highest Capabilities of the factory's decoders for the given Format.
| Returns | |
|---|---|
Int |
The |