MythTV
master
|
#include <algorithm>
#include <array>
#include <chrono>
#include <cstdlib>
#include "libmyth/mythcontext.h"
#include "libmythtv/mythtvexp.h"
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... | |
Macros | |
#define | VIDEO_PID(bp) ((bp)+1) |
#define | AUDIO_PID(bp) ((bp)+4) |
#define | SYNC_BYTE 0x0047 |
Typedefs | |
using | TSHeaderArray = std::array< uint8_t, 4 > |
#define VIDEO_PID | ( | bp | ) | ((bp)+1) |
Definition at line 16 of file tspacket.h.
#define AUDIO_PID | ( | bp | ) | ((bp)+4) |
Definition at line 17 of file tspacket.h.
#define SYNC_BYTE 0x0047 |
Definition at line 18 of file tspacket.h.
using TSHeaderArray = std::array<uint8_t,4> |
Definition at line 20 of file tspacket.h.