This module contains the classes which implement the various decoders. More...
#include "export.h"
#include <string>
#include "FLAC/stream_decoder.h"
Go to the source code of this file.
Classes | |
class | FLAC::Decoder::Stream |
This class wraps the FLAC__StreamDecoder. If you are decoding from a file, FLAC::Decoder::File may be more convenient. More... | |
class | FLAC::Decoder::Stream::State |
class | FLAC::Decoder::File |
This class wraps the FLAC__StreamDecoder. If you are not decoding from a file, you may need to use FLAC::Decoder::Stream. More... |
This module contains the classes which implement the various decoders.
See the detailed documentation in the decoder module.