libdvbpsi 1.3.2
|
Data Broadcast id Descriptor. More...
#include <dr_66.h>
Data Fields | |
uint16_t | i_data_broadcast_id |
uint8_t | i_id_selector_len |
uint8_t * | p_id_selector |
Data Broadcast id Descriptor.
This structure is used to store a decoded Data Broadcast id descriptor.
uint16_t dvbpsi_data_broadcast_id_dr_s::i_data_broadcast_id |
broadcast identifier
uint8_t dvbpsi_data_broadcast_id_dr_s::i_id_selector_len |
length of selector data in bytes
uint8_t* dvbpsi_data_broadcast_id_dr_s::p_id_selector |
pointer to selector data. Memory is allocated right after sizeof struct, when freeing this struct the private data is freed at the same time.