Package javazoom.jl.decoder
Interface FrameDecoder
-
public interface FrameDecoder
Implementations of FrameDecoder are responsible for decoding an MPEG audio frame.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
decodeFrame()
Decodes one frame of MPEG audio.
-
-
-
Method Detail
-
decodeFrame
void decodeFrame() throws DecoderException
Decodes one frame of MPEG audio.- Throws:
DecoderException
-
-