libdvbpsi
1.3.1
|
Application interface for the DVB terrestrial delivery system descriptor decoder and generator. More...
Go to the source code of this file.
Data Structures | |
struct | dvbpsi_terr_deliv_sys_dr_s |
terrestrial delivery system descriptor structure. More... | |
Typedefs | |
typedef struct dvbpsi_terr_deliv_sys_dr_s | dvbpsi_terr_deliv_sys_dr_t |
dvbpsi_terr_deliv_sys_dr_t type definition. | |
Functions | |
dvbpsi_terr_deliv_sys_dr_t * | dvbpsi_DecodeTerrDelivSysDr (dvbpsi_descriptor_t *p_descriptor) |
terrestrial delivery system descriptor decoder. More... | |
dvbpsi_descriptor_t * | dvbpsi_GenTerrDelivSysDr (dvbpsi_terr_deliv_sys_dr_t *p_decoded, bool b_duplicate) |
terrestrial delivery system descriptor generator. More... | |
Application interface for the DVB terrestrial delivery system descriptor decoder and generator.
dvbpsi_terr_deliv_sys_dr_t * dvbpsi_DecodeTerrDelivSysDr | ( | dvbpsi_descriptor_t * | p_descriptor | ) |
terrestrial delivery system descriptor decoder.
p_descriptor | pointer to the descriptor structure |
dvbpsi_descriptor_t * dvbpsi_GenTerrDelivSysDr | ( | dvbpsi_terr_deliv_sys_dr_t * | p_decoded, |
bool | b_duplicate | ||
) |
terrestrial delivery system descriptor generator.
p_decoded | pointer to a decoded terrestrial delivery system descriptor descriptor structure |
b_duplicate | if true then duplicate the p_decoded structure into the descriptor |