The MPEG/DVB bundle

Classes

struct  senf::DTCPHelloPacketType
 DTCP HELLO packet. More...
 
struct  senf::GREPacketType
 GRE packet. More...
 
struct  senf::MPESectionType
 MPE Section. More...
 
struct  senf::SNDUPacketType
 ULE SNDU Packet. More...
 
struct  senf::TransportPacketType
 Transport Stream packet. More...
 

Typedefs

typedef ConcretePacket< MPESectionTypesenf::MPESection
 MPESection packet typedef. More...
 

Detailed Description

Each protocol consists of several objects

  • The packet typedef symbol. This is the only object explicitly accessed from the outside
  • The associated parser object. This is, where the field names are documented
  • The internal packet type object

Typedef Documentation

◆ MPESection

MPESection packet typedef.

Definition at line 135 of file MPESection.hh.