MythTV  master
Classes | Typedefs | Variables
tspacket.h File Reference
#include <algorithm>
#include <array>
#include <cassert>
#include <chrono>
#include <cstdlib>
#include "libmyth/mythcontext.h"
#include "libmythtv/mythtvexp.h"
Include dependency graph for tspacket.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TSHeader
 Used to access header of a TSPacket. More...
 
class  TSPacket
 Used to access the data of a Transport Stream packet. More...
 

Typedefs

using TSHeaderArray = std::array< uint8_t, 4 >
 

Variables

static constexpr uint8_t SYNC_BYTE { 0x47 }
 

Typedef Documentation

◆ TSHeaderArray

using TSHeaderArray = std::array<uint8_t,4>

Definition at line 21 of file tspacket.h.

Variable Documentation

◆ SYNC_BYTE

constexpr uint8_t SYNC_BYTE { 0x47 }
staticconstexpr