| libdvbv5 1.30.1
    Library to work with Digital TV devices on Linux | 
ATSC VCT table (covers both CVCT and TVCT) More...
#include <vct.h>
| Data Fields | |
| struct dvb_table_header | header | 
| uint8_t | protocol_version | 
| uint8_t | num_channels_in_section | 
| struct atsc_table_vct_channel * | channel | 
| struct dvb_desc * | descriptor | 
ATSC VCT table (covers both CVCT and TVCT)
| header | struct dvb_table_header content | 
| protocol_version | protocol version | 
| num_channels_in_section | num channels in section | 
| channel | pointer to struct channel | 
| descriptor | pointer to struct descriptor | 
Everything after atsc_table_vct::channel (including it) won't be bit-mapped to the data parsed from the MPEG TS. So, metadata are added there
| struct atsc_table_vct_channel* atsc_table_vct::channel | 
| struct dvb_table_header atsc_table_vct::header |