libdvbpsi
2.0.0-git
MPEG Transport Stream PSI table parser
|
VCT structure. More...
Data Fields | |
uint8_t | i_table_id |
uint16_t | i_extension |
uint8_t | i_version |
bool | b_current_next |
uint8_t | i_protocol |
bool | b_cable_vct |
dvbpsi_descriptor_t * | p_first_descriptor |
dvbpsi_atsc_vct_channel_t * | p_first_channel |
VCT structure.
This structure is used to store a decoded VCT.
bool dvbpsi_atsc_vct_s::b_cable_vct |
1 if this is a cable VCT, 0 if it is a Terrestrial VCT.
bool dvbpsi_atsc_vct_s::b_current_next |
current_next_indicator
uint16_t dvbpsi_atsc_vct_s::i_extension |
subtable id
uint8_t dvbpsi_atsc_vct_s::i_protocol |
PSIP Protocol version
uint8_t dvbpsi_atsc_vct_s::i_table_id |
table id
uint8_t dvbpsi_atsc_vct_s::i_version |
version_number
dvbpsi_atsc_vct_channel_t* dvbpsi_atsc_vct_s::p_first_channel |
First channel information structure.
dvbpsi_descriptor_t* dvbpsi_atsc_vct_s::p_first_descriptor |
First descriptor.