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.
◆ [union]
◆ [struct]
◆ adaptation_field_control
uint8_t dvb_ts_packet_header::adaptation_field_control |
◆ adaptation_field_length
uint8_t dvb_ts_packet_header::adaptation_field_length |
◆ bitfield
uint16_t dvb_ts_packet_header::bitfield |
◆ continuity_counter
uint8_t dvb_ts_packet_header::continuity_counter |
◆ discontinued
uint8_t dvb_ts_packet_header::discontinued |
◆ extension
uint8_t dvb_ts_packet_header::extension |
◆ OPCR
uint8_t dvb_ts_packet_header::OPCR |
◆ payload_unit_start_indicator
uint16_t dvb_ts_packet_header::payload_unit_start_indicator |
◆ PCR
uint8_t dvb_ts_packet_header::PCR |
◆ pid
uint16_t dvb_ts_packet_header::pid |
◆ priority
uint8_t dvb_ts_packet_header::priority |
◆ private_data
uint8_t dvb_ts_packet_header::private_data |
◆ random_access
uint8_t dvb_ts_packet_header::random_access |
◆ splicing_point
uint8_t dvb_ts_packet_header::splicing_point |
◆ sync_byte
uint8_t dvb_ts_packet_header::sync_byte |
◆ transport_error_indicator
uint16_t dvb_ts_packet_header::transport_error_indicator |
◆ transport_priority
uint16_t dvb_ts_packet_header::transport_priority |
◆ transport_scrambling_control
uint8_t dvb_ts_packet_header::transport_scrambling_control |
The documentation for this struct was generated from the following file: