Package javazoom.jl.decoder
Interface JavaLayerErrors
-
- All Known Subinterfaces:
BitstreamErrors,DecoderErrors
- All Known Implementing Classes:
Bitstream,BitstreamException,Decoder,DecoderException
public interface JavaLayerErrorsException erorr codes for components of the JavaLayer API.
-
-
Field Summary
Fields Modifier and Type Field Description static intBITSTREAM_ERRORThe first bitstream error code.static intDECODER_ERRORThe first decoder error code.
-
-
-
Field Detail
-
BITSTREAM_ERROR
static final int BITSTREAM_ERROR
The first bitstream error code. See theDecoderErrorsinterface for other bitstream error codes.- See Also:
- Constant Field Values
-
DECODER_ERROR
static final int DECODER_ERROR
The first decoder error code. See theDecoderErrorsinterface for other decoder error codes.- See Also:
- Constant Field Values
-
-