MythTV  master
Classes | Namespaces | Macros
audiooutputbase.h File Reference
#include <sys/time.h>
#include <QString>
#include <QMutex>
#include <QWaitCondition>
#include "libmythbase/mthread.h"
#include "libmythbase/mythlogging.h"
#include "audiooutput.h"
#include "samplerate.h"
Include dependency graph for audiooutputbase.h:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ VBAUDIO

#define VBAUDIO (   str)    LOG(VB_AUDIO, LOG_INFO, LOC + (str))

Definition at line 20 of file audiooutputbase.h.

◆ VBAUDIOTS

#define VBAUDIOTS (   str)    LOG(VB_AUDIO | VB_TIMESTAMP, LOG_INFO, LOC + (str))

Definition at line 21 of file audiooutputbase.h.

◆ VBGENERAL

#define VBGENERAL (   str)    LOG(VB_GENERAL, LOG_INFO, LOC + (str))

Definition at line 22 of file audiooutputbase.h.

◆ VBERROR

#define VBERROR (   str)    LOG(VB_GENERAL, LOG_ERR, LOC + (str))

Definition at line 23 of file audiooutputbase.h.

◆ VBWARN

#define VBWARN (   str)    LOG(VB_GENERAL, LOG_WARNING, LOC + (str))

Definition at line 24 of file audiooutputbase.h.

◆ VBERRENO

#define VBERRENO (   str)    Error(LOC + (str) + ": " + ENO)

Definition at line 25 of file audiooutputbase.h.

◆ VBERRNOCONST

#define VBERRNOCONST (   str)    LOG(VB_GENERAL, LOG_ERR, LOC + (str) + ": " + ENO)

Definition at line 26 of file audiooutputbase.h.