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

Application interface for the DVB "bouquet name" 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_bouquet_name_dr_s
 "bouquet name" descriptor structure. More...

Typedefs

typedef struct
dvbpsi_bouquet_name_dr_s 
dvbpsi_bouquet_name_dr_t
 dvbpsi_bouquet_name_dr_t type definition.

Functions

dvbpsi_bouquet_name_dr_tdvbpsi_DecodeBouquetNameDr (dvbpsi_descriptor_t *p_descriptor)
 "bouquet name" descriptor decoder.
dvbpsi_descriptor_tdvbpsi_GenBouquetNameDr (dvbpsi_bouquet_name_dr_t *p_decoded, int b_duplicate)

Detailed Description

Application interface for the DVB "bouquet name" descriptor decoder and generator.

>

Author:
Johan Bilien <jobi@via.ecp.fr> Application interface for the MPEG 2 "bouquet name" descriptor decoder and generator. This descriptor's definition can be found in ETSI EN 300 468 section 6.2.3.

Function Documentation

"bouquet name" descriptor decoder.

Parameters:
p_descriptorpointer to the descriptor structure
Returns:
a pointer to a new "bouquet name" descriptor structure which contains the decoded data.