dvb_table_nit_transport_header - Man Page
MPEG-TS NIT transport header.
Synopsis
#include <nit.h>
Data Fields
uint16_t bitfield
struct {
uint16_t transport_length:12
uint16_t reserved:4
};
Detailed Description
MPEG-TS NIT transport header.
- Parameters
transport_length transport length
This structure is used to store the original NIT transport header, converting the integer fields to the CPU endianness.
The undocumented parameters are used only internally by the API and/or are fields that are reserved. They shouldn't be used, as they may change on future API releases.
Definition at line 79 of file nit.h.
Field Documentation
struct { ... } dvb_table_nit_transport_header
uint16_t dvb_table_nit_transport_header::bitfield
Definition at line 80 of file nit.h.
uint16_t dvb_table_nit_transport_header::reserved
Definition at line 83 of file nit.h.
uint16_t dvb_table_nit_transport_header::transport_length
Definition at line 82 of file nit.h.
Author
Generated automatically by Doxygen for libdvbv5 from the source code.
Info
Version 1.28.1 libdvbv5