MythTV
master
|
#include <sys/time.h>
#include <QString>
#include <QMutex>
#include <QWaitCondition>
#include "libmythbase/mthread.h"
#include "libmythbase/mythlogging.h"
#include "audiooutput.h"
#include "samplerate.h"
Go to the source code of this file.
Classes | |
class | AsyncLooseLock |
class | AudioOutputBase |
Namespaces | |
soundtouch | |
Macros | |
#define | VBAUDIO(str) LOG(VB_AUDIO, LOG_INFO, LOC + (str)) |
#define | VBAUDIOTS(str) LOG(VB_AUDIO | VB_TIMESTAMP, LOG_INFO, LOC + (str)) |
#define | VBGENERAL(str) LOG(VB_GENERAL, LOG_INFO, LOC + (str)) |
#define | VBERROR(str) LOG(VB_GENERAL, LOG_ERR, LOC + (str)) |
#define | VBWARN(str) LOG(VB_GENERAL, LOG_WARNING, LOC + (str)) |
#define | VBERRENO(str) Error(LOC + (str) + ": " + ENO) |
#define | VBERRNOCONST(str) LOG(VB_GENERAL, LOG_ERR, LOC + (str) + ": " + ENO) |
Definition at line 20 of file audiooutputbase.h.
Definition at line 21 of file audiooutputbase.h.
Definition at line 22 of file audiooutputbase.h.
Definition at line 23 of file audiooutputbase.h.
Definition at line 24 of file audiooutputbase.h.
Definition at line 25 of file audiooutputbase.h.
Definition at line 26 of file audiooutputbase.h.