This module contains the classes which implement the various encoders. More...
#include "export.h"
#include "FLAC/stream_encoder.h"
#include "decoder.h"
#include "metadata.h"
Go to the source code of this file.
Classes | |
class | FLAC::Encoder::Stream |
This class wraps the FLAC__StreamEncoder. If you are encoding to a file, FLAC::Encoder::File may be more convenient. More... | |
class | FLAC::Encoder::Stream::State |
class | FLAC::Encoder::File |
This class wraps the FLAC__StreamEncoder. If you are not encoding to a file, you may need to use FLAC::Encoder::Stream. More... |
This module contains the classes which implement the various encoders.
See the detailed documentation in the encoder module.