Header of a MPEG-TS transport packet.
More...
#include <header.h>
Header of a MPEG-TS transport packet.
- Parameters
-
sync_byte | sync byte |
pid | Program ID |
transport_priority | transport priority |
payload_unit_start_indicator | payload unit start indicator |
transport_error_indicator | transport error indicator |
continuity_counter | continuity counter |
adaptation_field_control | adaptation field control |
transport_scrambling_control | transport scrambling control |
adaptation_field_length | adaptation field length |
- See also
- http://www.etherguidesystems.com/Help/SDOs/MPEG/Semantics/MPEG-2/transport_packet.aspx
- Examples:
- dvbv5-zap.c.
Definition at line 57 of file header.h.
uint8_t dvb_ts_packet_header::adaptation_field_control |
uint8_t dvb_ts_packet_header::adaptation_field_length |
uint16_t dvb_ts_packet_header::bitfield |
uint8_t dvb_ts_packet_header::continuity_counter |
uint16_t dvb_ts_packet_header::payload_unit_start_indicator |
uint16_t dvb_ts_packet_header::pid |
uint8_t dvb_ts_packet_header::sync_byte |
uint16_t dvb_ts_packet_header::transport_error_indicator |
uint16_t dvb_ts_packet_header::transport_priority |
uint8_t dvb_ts_packet_header::transport_scrambling_control |
The documentation for this struct was generated from the following file: