Serializable
MediaCodecVideoDecoderException
public class MediaCodecDecoderException extends DecoderException
MediaCodec
decoder.Modifier and Type | Field | Description |
---|---|---|
MediaCodecInfo |
codecInfo |
The
MediaCodecInfo of the decoder that failed. |
String |
diagnosticInfo |
An optional developer-readable diagnostic information string.
|
Constructor | Description |
---|---|
MediaCodecDecoderException(Throwable cause,
MediaCodecInfo codecInfo) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
@Nullable public final MediaCodecInfo codecInfo
MediaCodecInfo
of the decoder that failed. Null if unknown.@Nullable public final String diagnosticInfo
public MediaCodecDecoderException(Throwable cause, @Nullable MediaCodecInfo codecInfo)