MythTV  master
Macros | Variables
mythplayeravsync.cpp File Reference
#include <QThread>
#include "libmythbase/mythlogging.h"
#include "audioplayer.h"
#include "mythplayeravsync.h"
Include dependency graph for mythplayeravsync.cpp:

Go to the source code of this file.

Macros

#define LOC   QString("AVSync: ")
 

Variables

static constexpr std::chrono::microseconds AVSYNC_MAX_LATE { 10s }
 

Macro Definition Documentation

◆ LOC

#define LOC   QString("AVSync: ")

Definition at line 9 of file mythplayeravsync.cpp.

Variable Documentation

◆ AVSYNC_MAX_LATE

constexpr std::chrono::microseconds AVSYNC_MAX_LATE { 10s }
staticconstexpr

Definition at line 54 of file mythplayeravsync.cpp.

Referenced by MythPlayerAVSync::AVSync().