MythTV
master
|
#include <algorithm>
#include <limits>
#include <thread>
#include <QCoreApplication>
#include <QtEndian>
#include "libmythbase/compat.h"
#include "libmythbase/iso639.h"
#include "libmythbase/mythconfig.h"
#include "libmythbase/mythcorecontext.h"
#include "libmythbase/mythlogging.h"
#include "libmythbase/sizetliteral.h"
#include "libmythui/mediamonitor.h"
#include "libmythui/mythmainwindow.h"
#include "libmythui/mythuiactions.h"
#include "mythdvdbuffer.h"
#include "mythdvdplayer.h"
#include "tv_actions.h"
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 } |
#define LOC QString("DVDRB: ") |
Definition at line 25 of file mythdvdbuffer.cpp.
#define IncrementButtonVersion if (++m_buttonVersion > 1024) m_buttonVersion = 1; |
Definition at line 27 of file mythdvdbuffer.cpp.
|
staticconstexpr |
Definition at line 28 of file mythdvdbuffer.cpp.
Referenced by MythDVDBuffer::SetDVDSpeed().
|
static |
Definition at line 31 of file mythdvdbuffer.cpp.
Referenced by MythDVDBuffer::GetDescForPos().
|
staticconstexpr |
Definition at line 381 of file mythdvdbuffer.cpp.
Referenced by MythDVDBuffer::GetChapterTimes().