Interface JavaLayerErrors

All Known Subinterfaces:
BitstreamErrors, DecoderErrors
All Known Implementing Classes:
Bitstream, BitstreamException, Decoder, DecoderException

public interface JavaLayerErrors
Exception erorr codes for components of the JavaLayer API.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The first bitstream error code.
    static final int
    The first decoder error code.
  • Field Details

    • BITSTREAM_ERROR

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

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