libdvbpsi 1.3.2
|
Application interface for the DVB satellite delivery system descriptor decoder and generator. More...
Go to the source code of this file.
Data Structures | |
struct | dvbpsi_sat_deliv_sys_dr_s |
satellite delivery system descriptor structure. More... |
Typedefs | |
typedef struct dvbpsi_sat_deliv_sys_dr_s | dvbpsi_sat_deliv_sys_dr_t |
dvbpsi_sat_deliv_sys_dr_t type definition. |
Functions | |
dvbpsi_sat_deliv_sys_dr_t * | dvbpsi_DecodeSatDelivSysDr (dvbpsi_descriptor_t *p_descriptor) |
satellite delivery system descriptor decoder. | |
dvbpsi_descriptor_t * | dvbpsi_GenSatDelivSysDr (dvbpsi_sat_deliv_sys_dr_t *p_decoded, bool b_duplicate) |
satellite delivery system descriptor generator. |
Application interface for the DVB satellite delivery system descriptor decoder and generator.
>
Application interface for the DVB satellite delivery system descriptor decoder and generator. This descriptor's definition can be found in ETSI EN 300 468 section 6.2.13.2.
dvbpsi_sat_deliv_sys_dr_t * dvbpsi_DecodeSatDelivSysDr | ( | dvbpsi_descriptor_t * | p_descriptor | ) |
satellite delivery system descriptor decoder.
p_descriptor | pointer to the descriptor structure |
dvbpsi_descriptor_t * dvbpsi_GenSatDelivSysDr | ( | dvbpsi_sat_deliv_sys_dr_t * | p_decoded, |
bool | b_duplicate ) |
satellite delivery system descriptor generator.
p_decoded | pointer to a decoded satellite delivery system descriptor descriptor structure |
b_duplicate | if true then duplicate the p_decoded structure into the descriptor |