javazoom.jl.decoder

Interface JavaLayerErrors

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

public interface JavaLayerErrors

Exception erorr codes for components of the JavaLayer API.

Field Summary

static int
BITSTREAM_ERROR
The first bitstream error code.
static int
DECODER_ERROR
The first decoder error code.

Field Details

BITSTREAM_ERROR

public static final int BITSTREAM_ERROR
The first bitstream error code. See the DecoderErrors interface for other bitstream error codes.
Field Value:
256

DECODER_ERROR

public static final int DECODER_ERROR
The first decoder error code. See the DecoderErrors interface for other decoder error codes.
Field Value:
512

JavaZOOM 1999-2005