MythTV  master
Classes | Typedefs | Functions
pespacket.h File Reference
#include <vector>
#include "libmythbase/mythlogging.h"
#include "tspacket.h"
Include dependency graph for pespacket.h:
This graph shows which files directly or indirectly include this file:

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)
 

Typedef Documentation

◆ AspectArray

using AspectArray = std::array<float,16>

Definition at line 13 of file pespacket.h.

Function Documentation

◆ pes_alloc()

MTV_PUBLIC unsigned char* pes_alloc ( uint  size)

◆ pes_free()

MTV_PUBLIC void pes_free ( unsigned char *  ptr)