|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BitstreamErrors
This interface describes all error codes that can be thrown
in BistreamException
s.
BitstreamException
Field Summary | |
---|---|
static int |
BITSTREAM_LAST
|
static int |
INVALIDFRAME
Frame data are missing. |
static int |
STREAM_EOF
The end of the stream was reached. |
static int |
STREAM_ERROR
A problem occurred reading from the stream. |
static int |
UNEXPECTED_EOF
The end of the stream was reached prematurely. |
static int |
UNKNOWN_ERROR
An undeterminable error occurred. |
static int |
UNKNOWN_SAMPLE_RATE
The header describes an unknown sample rate. |
Fields inherited from interface javazoom.jl.decoder.JavaLayerErrors |
---|
BITSTREAM_ERROR, DECODER_ERROR |
Field Detail |
---|
static final int UNKNOWN_ERROR
static final int UNKNOWN_SAMPLE_RATE
static final int STREAM_ERROR
static final int UNEXPECTED_EOF
static final int STREAM_EOF
static final int INVALIDFRAME
static final int BITSTREAM_LAST
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |