Class MediaCodecVideoDecoderException

    • Field Detail

      • surfaceIdentityHashCode

        public final int surfaceIdentityHashCode
        Deprecated.
        The System.identityHashCode(Object) of the surface when the exception occurred.
      • isSurfaceValid

        public final boolean isSurfaceValid
        Deprecated.
        Whether the surface was valid when the exception occurred.
    • Constructor Detail

      • MediaCodecVideoDecoderException

        public MediaCodecVideoDecoderException​(Throwable cause,
                                               @Nullable
                                               MediaCodecInfo codecInfo,
                                               @Nullable
                                               Surface surface)
        Deprecated.