public static class MediaCodecRenderer.DecoderInitializationException extends Exception
Modifier and Type | Field and Description |
---|---|
String |
decoderName
The name of the decoder that failed to initialize.
|
String |
diagnosticInfo
An optional developer-readable diagnostic information string.
|
String |
mimeType
The mime type for which a decoder was being initialized.
|
boolean |
secureDecoderRequired
Whether it was required that the decoder support a secure output path.
|
Constructor and Description |
---|
DecoderInitializationException(Format format,
Throwable cause,
boolean secureDecoderRequired,
int errorCode) |
DecoderInitializationException(Format format,
Throwable cause,
boolean secureDecoderRequired,
String decoderName) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public final String mimeType
public final boolean secureDecoderRequired
public final String decoderName
public final String diagnosticInfo