MythTV
master
|
#include <QCoreApplication>
#include "mythconfig.h"
#include "mythcontext.h"
#include "mythmediamonitor.h"
#include "iso639.h"
#include "mythdvdplayer.h"
#include "compat.h"
#include "mythlogging.h"
#include "mythmainwindow.h"
#include "mythuiactions.h"
#include "tv_actions.h"
#include "mythdvdbuffer.h"
#include <thread>
#include <algorithm>
Go to the source code of this file.
Macros | |
#define | LOC QString("DVDRB: ") |
#define | IncrementButtonVersion if (++m_buttonVersion > 1024) m_buttonVersion = 1; |
#define | DVD_DRIVE_SPEED 1 |
#define | GETBE16(p) (((p)[0] << 8) | (p)[1]) |
Variables | |
static const std::array< const std::string, 8 > | DVDMenuTable |
static constexpr mpeg::chrono::pts | HALFSECOND { 45000_pts } |
#define LOC QString("DVDRB: ") |
Definition at line 21 of file mythdvdbuffer.cpp.
#define IncrementButtonVersion if (++m_buttonVersion > 1024) m_buttonVersion = 1; |
Definition at line 23 of file mythdvdbuffer.cpp.
#define DVD_DRIVE_SPEED 1 |
Definition at line 24 of file mythdvdbuffer.cpp.
#define GETBE16 | ( | p | ) | (((p)[0] << 8) | (p)[1]) |
|
static |
Definition at line 27 of file mythdvdbuffer.cpp.
Referenced by MythDVDBuffer::GetDescForPos().
|
staticconstexpr |
Definition at line 378 of file mythdvdbuffer.cpp.
Referenced by MythDVDBuffer::GetChapterTimes().