MythTV
master
|
#include "audiooutputgraph.h"
#include <climits>
#include <cmath>
#include <cstdint>
#include <QtGlobal>
#include <QImage>
#include <QByteArray>
#include <QPair>
#include <QMutexLocker>
#include "mythlogging.h"
#include "mythpainter.h"
#include "mythimage.h"
#include "compat.h"
Go to the source code of this file.
Classes | |
class | AudioOutputGraph::Buffer |
Macros | |
#define | LOC QString("AOG::%1").arg(__func__) |
Variables | |
const int | kBufferMilliSecs = 500 |
#define LOC QString("AOG::%1").arg(__func__) |
Definition at line 18 of file audiooutputgraph.cpp.
const int kBufferMilliSecs = 500 |
Definition at line 20 of file audiooutputgraph.cpp.
Referenced by AudioOutputGraph::Buffer::Resize().