MythTV  master
Classes | Typedefs | Variables
mythdvdinfo.h File Reference
#include <array>
#include <QCoreApplication>
#include "libmythtv/mythtvexp.h"
#include "dvdnav/dvdnav.h"
Include dependency graph for mythdvdinfo.h:
This graph shows which files directly or indirectly include this file:

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 }
 

Typedef Documentation

◆ DvdBuffer

using DvdBuffer = std::array<uint8_t,DVD_BLOCK_SIZE>

Definition at line 17 of file mythdvdinfo.h.

Variable Documentation

◆ DVD_BLOCK_SIZE

constexpr size_t DVD_BLOCK_SIZE { 2048 }
staticconstexpr