ImageDecoder.Factory
Artifact: androidx.media3:media3-exoplayer
public interface ImageDecoder.Factory
BitmapFactoryImageDecoder.Factory |
A factory for |
ExternallyLoadedImageDecoder.Factory |
A |
A factory for image decoders.
Summary
Constants |
|
|---|---|
default static final ImageDecoder.Factory |
This field is deprecated. Instantiate a |
Public methods |
|
|---|---|
abstract ImageDecoder |
Creates a new |
abstract int |
Returns the highest |
Constants
Public methods
supportsFormat
@RendererCapabilities.Capabilities
abstract int supportsFormat(Format format)
Returns the highest Capabilities of the factory's decoders for the given Format.
| Returns | |
|---|---|
int |
The |