MythTV  master
Classes | Variables
audioreencodebuffer.h File Reference
#include "libmyth/audio/audiooutput.h"
#include "libmythbase/mythconfig.h"
Include dependency graph for audioreencodebuffer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AudioBuffer
 
class  AudioReencodeBuffer
 This class is to act as a fake audio output device to store the data for reencoding. More...
 

Variables

static constexpr size_t ABLOCK_SIZE { 8192 }
 

Variable Documentation

◆ ABLOCK_SIZE

constexpr size_t ABLOCK_SIZE { 8192 }
staticconstexpr

Definition at line 7 of file audioreencodebuffer.h.

Referenced by AudioBuffer::appendData(), and AudioBuffer::AudioBuffer().