MythTV
master
|
Go to the source code of this file.
Classes | |
class | PESPacket |
Allows us to transform TS packets to PES packets, which are used to hold multimedia streams and very similar to PSIP tables. More... | |
class | SequenceHeader |
Typedefs | |
using | AspectArray = std::array< float, 16 > |
Functions | |
MTV_PUBLIC unsigned char * | pes_alloc (uint size) |
MTV_PUBLIC void | pes_free (unsigned char *ptr) |
using AspectArray = std::array<float,16> |
Definition at line 13 of file pespacket.h.
MTV_PUBLIC unsigned char* pes_alloc | ( | uint | size | ) |
Definition at line 357 of file pespacket.cpp.
Referenced by PESPacket::AddTSPacket(), PESPacket::PESPacket(), PSIPTable::PSIPTable(), and DVBStreamHandler::RunSR().
MTV_PUBLIC void pes_free | ( | unsigned char * | ptr | ) |
Definition at line 369 of file pespacket.cpp.
Referenced by PESPacket::AddTSPacket(), DVBStreamHandler::RunSR(), and PESPacket::~PESPacket().