MythTV  master
Macros | Variables
mythdvdbuffer.cpp File Reference
#include <algorithm>
#include <limits>
#include <thread>
#include <QCoreApplication>
#include <QtEndian>
#include "libmyth/mythcontext.h"
#include "libmyth/mythmediamonitor.h"
#include "libmythbase/compat.h"
#include "libmythbase/iso639.h"
#include "libmythbase/mythconfig.h"
#include "libmythbase/mythlogging.h"
#include "libmythbase/sizetliteral.h"
#include "libmythui/mythmainwindow.h"
#include "libmythui/mythuiactions.h"
#include "mythdvdbuffer.h"
#include "mythdvdplayer.h"
#include "tv_actions.h"
Include dependency graph for mythdvdbuffer.cpp:

Go to the source code of this file.

Macros

#define LOC   QString("DVDRB: ")
 
#define IncrementButtonVersion   if (++m_buttonVersion > 1024) m_buttonVersion = 1;
 

Variables

static constexpr int8_t DVD_DRIVE_SPEED { 1 }
 
static const std::array< const std::string, 8 > DVDMenuTable
 
static constexpr mpeg::chrono::pts HALFSECOND { 45000_pts }
 

Macro Definition Documentation

◆ LOC

#define LOC   QString("DVDRB: ")

Definition at line 25 of file mythdvdbuffer.cpp.

◆ IncrementButtonVersion

#define IncrementButtonVersion   if (++m_buttonVersion > 1024) m_buttonVersion = 1;

Definition at line 27 of file mythdvdbuffer.cpp.

Variable Documentation

◆ DVD_DRIVE_SPEED

constexpr int8_t DVD_DRIVE_SPEED { 1 }
staticconstexpr

Definition at line 28 of file mythdvdbuffer.cpp.

Referenced by MythDVDBuffer::SetDVDSpeed().

◆ DVDMenuTable

const std::array<const std::string,8> DVDMenuTable
static
Initial value:
{
"",
"",
QT_TRANSLATE_NOOP("(DVD menu)", "Title Menu"),
QT_TRANSLATE_NOOP("(DVD menu)", "Root Menu"),
QT_TRANSLATE_NOOP("(DVD menu)", "Subpicture Menu"),
QT_TRANSLATE_NOOP("(DVD menu)", "Audio Menu"),
QT_TRANSLATE_NOOP("(DVD menu)", "Angle Menu"),
}

Definition at line 31 of file mythdvdbuffer.cpp.

Referenced by MythDVDBuffer::GetDescForPos().

◆ HALFSECOND

constexpr mpeg::chrono::pts HALFSECOND { 45000_pts }
staticconstexpr

Definition at line 382 of file mythdvdbuffer.cpp.

Referenced by MythDVDBuffer::GetChapterTimes().