MythTV  master
Classes | Variables
flacencoder.h File Reference
#include <cstdint>
#include <FLAC/stream_encoder.h>
#include "encoder.h"
#include "libmythbase/sizetliteral.h"
Include dependency graph for flacencoder.h:
This graph shows which files directly or indirectly include this file:

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 }
 

Variable Documentation

◆ MAX_SAMPLES

constexpr size_t MAX_SAMPLES { 588_UZ * 4 }
staticconstexpr

Definition at line 11 of file flacencoder.h.

Referenced by FlacEncoder::addSamples().

◆ NUM_CHANNELS

constexpr int8_t NUM_CHANNELS { 2 }
staticconstexpr

Definition at line 12 of file flacencoder.h.

Referenced by FlacEncoder::FlacEncoder().