Serializable
public class MediaCodecVideoDecoderException extends MediaCodecDecoderException
MediaCodec
video decoder.Modifier and Type | Field | Description |
---|---|---|
boolean |
isSurfaceValid |
Whether the surface was valid when the exception occurred.
|
int |
surfaceIdentityHashCode |
The
System.identityHashCode(Object) of the surface when the exception occurred. |
codecInfo, diagnosticInfo
Constructor | Description |
---|---|
MediaCodecVideoDecoderException(Throwable cause,
MediaCodecInfo codecInfo,
Surface surface) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public final int surfaceIdentityHashCode
System.identityHashCode(Object)
of the surface when the exception occurred.public final boolean isSurfaceValid
public MediaCodecVideoDecoderException(Throwable cause, @Nullable MediaCodecInfo codecInfo, @Nullable Surface surface)