libdvbpsi  0.2.2
Data Structures | Typedefs | Functions
dr_43.h File Reference

Application interface for the DVB satellite delivery system descriptor decoder and generator. More...

This graph shows which files directly or indirectly include this file:

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_tdvbpsi_DecodeSatDelivSysDr (dvbpsi_descriptor_t *p_descriptor)
 satellite delivery system descriptor decoder.
dvbpsi_descriptor_tdvbpsi_GenSatDelivSysDr (dvbpsi_sat_deliv_sys_dr_t *p_decoded, int b_duplicate)
 satellite delivery system descriptor generator.

Detailed Description

Application interface for the DVB satellite delivery system descriptor decoder and generator.

>

Author:
Johann Hanne 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.

Function Documentation

satellite delivery system descriptor decoder.

Parameters:
p_descriptorpointer to the descriptor structure
Returns:
a pointer to a new satellite delivery system descriptor structure which contains the decoded data.
dvbpsi_descriptor_t * dvbpsi_GenSatDelivSysDr ( dvbpsi_sat_deliv_sys_dr_t p_decoded,
int  b_duplicate 
)

satellite delivery system descriptor generator.

Parameters:
p_decodedpointer to a decoded satellite delivery system descriptor descriptor structure
b_duplicateif non zero then duplicate the p_decoded structure into the descriptor
Returns:
a pointer to a new descriptor structure which contains encoded data.