javazoom.jl.decoder

Interface BitstreamErrors

public interface BitstreamErrors extends JavaLayerErrors

This interface describes all error codes that can be thrown in BistreamExceptions.

Since: 0.0.6

See Also:

Field Summary
static intBITSTREAM_LAST
static intINVALIDFRAME
Frame data are missing.
static intSTREAM_EOF
The end of the stream was reached.
static intSTREAM_ERROR
A problem occurred reading from the stream.
static intUNEXPECTED_EOF
The end of the stream was reached prematurely.
static intUNKNOWN_ERROR
An undeterminable error occurred.
static intUNKNOWN_SAMPLE_RATE
The header describes an unknown sample rate.

Field Detail

BITSTREAM_LAST

public static final int BITSTREAM_LAST

INVALIDFRAME

public static final int INVALIDFRAME
Frame data are missing.

STREAM_EOF

public static final int STREAM_EOF
The end of the stream was reached.

STREAM_ERROR

public static final int STREAM_ERROR
A problem occurred reading from the stream.

UNEXPECTED_EOF

public static final int UNEXPECTED_EOF
The end of the stream was reached prematurely.

UNKNOWN_ERROR

public static final int UNKNOWN_ERROR
An undeterminable error occurred.

UNKNOWN_SAMPLE_RATE

public static final int UNKNOWN_SAMPLE_RATE
The header describes an unknown sample rate.
JavaZOOM 1999-2005