libdvbv5 1.26.1
Library to work with Digital TV devices on Linux
|
MPEG-TS NIT transport header. More...
#include <nit.h>
Data Fields | ||
uint16_t | bitfield | |
struct { | ||
uint16_t transport_length:12 | ||
uint16_t reserved:4 | ||
}; | ||
MPEG-TS NIT transport header.
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.
struct { ... } dvb_table_nit_transport_header |