Interface JavaLayerErrors

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int BITSTREAM_ERROR
      The first bitstream error code.
      static int DECODER_ERROR
      The first decoder error code.
    • Field Detail

      • BITSTREAM_ERROR

        static final int BITSTREAM_ERROR
        The first bitstream error code. See the DecoderErrors interface for other bitstream error codes.
        See Also:
        Constant Field Values
      • DECODER_ERROR

        static final int DECODER_ERROR
        The first decoder error code. See the DecoderErrors interface for other decoder error codes.
        See Also:
        Constant Field Values