libdvbpsi
1.3.0
|
Data Broadcast id Descriptor. More...
Data Fields | |
uint16_t | i_tag |
uint16_t | i_use |
uint8_t | i_selector_len |
uint8_t * | p_selector |
uint8_t | i_private_data_len |
uint8_t * | p_private_data |
Data Broadcast id Descriptor.
This structure is used to store a decoded Association Tag descriptor.
length of private data segment in bytes
length of selector data in bytes
uint16_t dvbpsi_association_tag_dr_s::i_tag |
association tag identifier
uint16_t dvbpsi_association_tag_dr_s::i_use |
indicator if association tag identifier is in use
pointer to private data. Memory is allocated right after sizeof struct, when freeing this struct the private data is freed at the same time.
pointer to selector. Memory is allocated right after sizeof struct, when freeing this struct the private data is freed at the same time.