Module mpeg2ts_reader::packet [−][src]
A Packet struct and associated infrastructure to read an MPEG Transport Stream packet
Structs
| AdaptationField |
A collection of fields that may optionally appear within the header of a transport stream
|
| AdaptationFieldExtension |
Optional extensions within an |
| ContinuityCounter |
A counter value used within a transport stream to detect discontinuities in a sequence of packets.
The continuity counter should increase by one for each packet with a given PID for which
|
| PCR |
Program Clock Reference |
| Packet |
A transport stream |
| SeamlessSplice |
Enums
| AdaptationControl |
the different values indicating whether a |
| AdaptationFieldError | |
| TransportScramblingControl |
Constants
| PACKET_SIZE |
The fixed 188 byte size of a transport stream packet. |
| SYNC_BYTE |
The value |
Traits
| PacketConsumer |
trait for objects which process transport stream packets |