Class FlacDecoder

java.lang.Object
net.avadeaux.klipspringer.codec.ExternalDecoder
net.avadeaux.klipspringer.codec.FlacDecoder
All Implemented Interfaces:
Closeable, AutoCloseable, AudioDecoder

public class FlacDecoder extends ExternalDecoder
FLAC file decoder that interfaces to FLAC library. In order to receive pictures from FLAC metadata, use a subclass of this class that implements AudioDecoder.PictureTarget.