javazoom.jl.decoder

Interface DecoderErrors

public interface DecoderErrors extends JavaLayerErrors

This interface provides constants describing the error codes used by the Decoder to indicate errors.
Field Summary
static intUNKNOWN_ERROR
static intUNSUPPORTED_LAYER
Layer not supported by the decoder.

Field Detail

UNKNOWN_ERROR

public static final int UNKNOWN_ERROR

UNSUPPORTED_LAYER

public static final int UNSUPPORTED_LAYER
Layer not supported by the decoder.
JavaZOOM 1999-2005