|
MythTV master
|
#include <array>#include <QCoreApplication>#include "libmythtv/mythtvexp.h"#include "dvdnav/dvdnav.h"Go to the source code of this file.
Classes | |
| class | MythDVDInfo |
Typedefs | |
| using | DvdBuffer = std::array< uint8_t, DVD_BLOCK_SIZE > |
Variables | |
| static constexpr size_t | DVD_BLOCK_SIZE { 2048 } |
| using DvdBuffer = std::array<uint8_t,DVD_BLOCK_SIZE> |
Definition at line 17 of file mythdvdinfo.h.
|
staticconstexpr |
Definition at line 16 of file mythdvdinfo.h.
Referenced by MythDVDBuffer::GetReadPosition(), MythDVDBuffer::OpenFile(), and MythDVDBuffer::SafeRead().