DecoderException
Artifact: androidx.media3:media3-decoder
@UnstableApi
public class DecoderException extends Exception
| java.lang.Object | |||
| ↳ | kotlin.Throwable | ||
| ↳ | java.lang.Exception | ||
| ↳ | androidx.media3.decoder.DecoderException |
ImageDecoderException |
Thrown when an error occurs decoding image data. |
MediaCodecDecoderException |
Thrown when a failure occurs in a |
SubtitleDecoderException |
Thrown when an error occurs decoding subtitle data. |
MediaCodecVideoDecoderException |
Thrown when a failure occurs in a |
Thrown when a Decoder error occurs.
Summary
Public constructors |
|---|
DecoderException(@Nullable Throwable cause)Creates an instance. |
DecoderException(String message)Creates an instance. |
DecoderException(String message, @Nullable Throwable cause)Creates an instance. |
Inherited methods |
|---|
Public constructors
DecoderException
public DecoderException(String message)
Creates an instance.
| Parameters | |
|---|---|
String message |
The detail message for this exception. |