dr_4a.h File Reference

Application interface for the DVB "country availability" 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_linkage_dr_s
 struct dvbpsi_linkage_dr_s More...

Typedefs

typedef struct dvbpsi_linkage_dr_s dvbpsi_linkage_dr_t
 dvbpsi_linkage_dr_t type definition.

Functions

dvbpsi_linkage_dr_tdvbpsi_DecodeLinkageDr (dvbpsi_descriptor_t *p_descriptor)
 "linkage" descriptor decoder.
dvbpsi_descriptor_tdvbpsi_GenLinkageDr (dvbpsi_linkage_dr_t *p_decoded, bool b_duplicate)
 "linkage" descriptor generator.

Detailed Description

Application interface for the DVB "country availability" descriptor decoder and generator.

>

Author:
Corno Roberto <corno.roberto@gmail.com> Application interface for the DVB "linkage" descriptor decoder and generator. This descriptor's definition can be found in ETSI EN 300 468 section 6.2.19.

Function Documentation

dvbpsi_linkage_dr_t * dvbpsi_DecodeLinkageDr ( dvbpsi_descriptor_t p_descriptor  ) 

"linkage" descriptor decoder.

Parameters:
p_descriptor pointer to the descriptor structure
Returns:
a pointer to a new "linkage" descriptor structure which contains the decoded data.
dvbpsi_descriptor_t * dvbpsi_GenLinkageDr ( dvbpsi_linkage_dr_t p_decoded,
bool  b_duplicate 
)

"linkage" descriptor generator.

Parameters:
p_decoded pointer to a decoded "linkage" descriptor structure
b_duplicate if true then duplicate the p_decoded structure into the descriptor
Returns:
a pointer to a new descriptor structure which contains encoded data.

Generated on 10 Sep 2015 for libdvbpsi by  doxygen 1.6.1