|
MythTV master
|
#include <array>#include <QMap>#include <QString>#include <QMutex>#include <QRect>#include <QRecursiveMutex>#include <QCoreApplication>#include "libmythbase/mythdate.h"#include "libmythbase/referencecounter.h"#include "libmythtv/io/mythopticalbuffer.h"#include "mythdvdcontext.h"#include "mythdvdinfo.h"#include "libavcodec/avcodec.h"Go to the source code of this file.
Classes | |
| class | MythDVDBuffer |
Typedefs | |
| using | CLUTArray = std::array< uint32_t, 16 > |
| using | AlphaArray = std::array< uint8_t, 4 > |
| using | PaletteArray = std::array< uint8_t, 4 > |
| using | ColorArray = std::array< uint8_t, 256 > |
Variables | |
| static constexpr int32_t | DVD_MENU_MAX { 7 } |
| using AlphaArray = std::array<uint8_t,4> |
Definition at line 33 of file mythdvdbuffer.h.
| using CLUTArray = std::array<uint32_t,16> |
Definition at line 32 of file mythdvdbuffer.h.
| using ColorArray = std::array<uint8_t,256> |
Definition at line 35 of file mythdvdbuffer.h.
| using PaletteArray = std::array<uint8_t,4> |
Definition at line 34 of file mythdvdbuffer.h.
|
staticconstexpr |
Definition at line 28 of file mythdvdbuffer.h.
Referenced by MythDVDBuffer::GetDescForPos().