javazoom.jl.decoder
public interface BitstreamErrors extends JavaLayerErrors
BistreamException
s.
Since: 0.0.6
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. |