Package javazoom.jl.decoder
Interface BitstreamErrors
- All Superinterfaces:
JavaLayerErrors
- All Known Implementing Classes:
Bitstream
,BitstreamException
This interface describes all error codes that can be thrown
in
BistreamException
s.- Since:
- 0.0.6
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
Frame data are missing.static final int
The end of the stream was reached.static final int
A problem occurred reading from the stream.static final int
The end of the stream was reached prematurely.static final int
An undeterminable error occurred.static final int
The header describes an unknown sample rate.Fields inherited from interface javazoom.jl.decoder.JavaLayerErrors
BITSTREAM_ERROR, DECODER_ERROR
-
Field Details
-
UNKNOWN_ERROR
static final int UNKNOWN_ERRORAn undeterminable error occurred.- See Also:
-
UNKNOWN_SAMPLE_RATE
static final int UNKNOWN_SAMPLE_RATEThe header describes an unknown sample rate.- See Also:
-
STREAM_ERROR
static final int STREAM_ERRORA problem occurred reading from the stream.- See Also:
-
UNEXPECTED_EOF
static final int UNEXPECTED_EOFThe end of the stream was reached prematurely.- See Also:
-
STREAM_EOF
static final int STREAM_EOFThe end of the stream was reached.- See Also:
-
INVALIDFRAME
static final int INVALIDFRAMEFrame data are missing.- See Also:
-
BITSTREAM_LAST
static final int BITSTREAM_LAST- See Also:
-