libdvbv5 1.22.1
Library to work with Digital TV devices on Linux
|
MPEG-TS NIT transport table. More...
#include <nit.h>
Data Fields | |
uint16_t | transport_id |
uint16_t | network_id |
union { | |
uint16_t bitfield | |
struct { | |
uint16_t desc_length:12 | |
uint16_t reserved:4 | |
} | |
}; | |
struct dvb_desc * | descriptor |
struct dvb_table_nit_transport * | next |
MPEG-TS NIT transport table.
transport_id | transport id |
network_id | network id |
desc_length | desc length |
descriptor | pointer to struct dvb_desc |
next | pointer to struct dvb_table_nit_transport |
This structure is used to store the original NIT transport table, 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.
Everything after dvb_table_nit_transport::descriptor (including it) won't be bit-mapped to the data parsed from the MPEG TS. So, metadata are added there.
union { ... } dvb_table_nit_transport::@37 |
struct dvb_table_nit_transport* dvb_table_nit_transport::next |