MythTV
master
|
#include <algorithm>
#include <array>
#include <cassert>
#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... | |
Typedefs | |
using | TSHeaderArray = std::array< uint8_t, 4 > |
Variables | |
static constexpr uint8_t | SYNC_BYTE { 0x47 } |
using TSHeaderArray = std::array<uint8_t,4> |
Definition at line 21 of file tspacket.h.
|
staticconstexpr |
Definition at line 19 of file tspacket.h.
Referenced by FirewireRecorder::AddData(), FirewireDevice::BroadcastToListeners(), TSHeader::HasSync(), pid_counter(), pid_filter(), MPEGStreamData::ProcessData(), resync_stream(), MPEGStreamData::ResyncStream(), and TSHeader::TSHeader().