MythTV
master
|
#include <cstdint>
#include <FLAC/stream_encoder.h>
#include "encoder.h"
#include "libmythbase/sizetliteral.h"
Go to the source code of this file.
Classes | |
class | FlacEncoder |
Variables | |
static constexpr size_t | MAX_SAMPLES { 588_UZ * 4 } |
static constexpr int8_t | NUM_CHANNELS { 2 } |
|
staticconstexpr |
Definition at line 11 of file flacencoder.h.
Referenced by FlacEncoder::addSamples().
|
staticconstexpr |
Definition at line 12 of file flacencoder.h.
Referenced by FlacEncoder::FlacEncoder().