Package javazoom.jl.decoder
Interface DecoderErrors
- All Superinterfaces:
JavaLayerErrors
- All Known Implementing Classes:
Decoder
,DecoderException
This interface provides constants describing the error
codes used by the Decoder to indicate errors.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Illegal allocation in subband layer.static final int
static final int
Layer not supported by the decoder.Fields inherited from interface javazoom.jl.decoder.JavaLayerErrors
BITSTREAM_ERROR, DECODER_ERROR
-
Field Details
-
UNKNOWN_ERROR
static final int UNKNOWN_ERROR- See Also:
-
UNSUPPORTED_LAYER
static final int UNSUPPORTED_LAYERLayer not supported by the decoder.- See Also:
-
ILLEGAL_SUBBAND_ALLOCATION
static final int ILLEGAL_SUBBAND_ALLOCATIONIllegal allocation in subband layer. Indicates a corrupt stream.- See Also:
-