libdvbpsi  1.3.0
Data Structures | Typedefs | Functions
dr_40.h File Reference

Application interface for the DVB "network 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_network_name_dr_s
 struct dvbpsi_network_name_dr_s definition More...

Typedefs

typedef struct
dvbpsi_network_name_dr_s 
dvbpsi_network_name_dr_t
 dvbpsi_network_name_dr_t type definition.

Functions

dvbpsi_network_name_dr_tdvbpsi_DecodeNetworkNameDr (dvbpsi_descriptor_t *p_descriptor)
 "network name" descriptor decoder.
dvbpsi_descriptor_tdvbpsi_GenNetworkNameDr (dvbpsi_network_name_dr_t *p_decoded, bool b_duplicate)
 "network name" descriptor generator.

Detailed Description

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

>

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

Function Documentation

"network name" descriptor decoder.

Parameters:
p_descriptorpointer to the descriptor structure
Returns:
a pointer to a new "network name" descriptor structure which contains the decoded data.
dvbpsi_descriptor_t * dvbpsi_GenNetworkNameDr ( dvbpsi_network_name_dr_t p_decoded,
bool  b_duplicate 
)

"network name" descriptor generator.

Parameters:
p_decodedpointer to a decoded "network name" 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.