libdvbpsi 1.3.2
dr_a1.h File Reference

Decode Service Location Descriptor. More...

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

Go to the source code of this file.

Data Structures

struct  dvbpsi_service_location_element_s
 "service location element" structure More...
 
struct  dvbpsi_service_location_dr_s
 "service" descriptor structure. More...
 

Typedefs

typedef struct dvbpsi_service_location_element_s dvbpsi_service_location_element_t
 dvbpsi_service_location_element_t typedefinition.
 
typedef struct dvbpsi_service_location_dr_s dvbpsi_service_location_dr_t
 dvbpsi_service_location_dr_t type definition.
 

Functions

dvbpsi_service_location_dr_tdvbpsi_DecodeServiceLocationDr (dvbpsi_descriptor_t *p_descriptor)
 "service location" descriptor decoder.
 
dvbpsi_descriptor_tdvbpsi_GenServiceLocationDr (dvbpsi_service_location_dr_t *p_decoded, bool b_duplicate)
 "service" descriptor generator.
 

Detailed Description

Decode Service Location Descriptor.

Author
Yonathan Yusim

Function Documentation

◆ dvbpsi_DecodeServiceLocationDr()

dvbpsi_service_location_dr_t * dvbpsi_DecodeServiceLocationDr ( dvbpsi_descriptor_t * p_descriptor)

"service location" descriptor decoder.

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

◆ dvbpsi_GenServiceLocationDr()

dvbpsi_descriptor_t * dvbpsi_GenServiceLocationDr ( dvbpsi_service_location_dr_t * p_decoded,
bool b_duplicate )

"service" descriptor generator.

Parameters
p_decodedpointer to a decoded "service" descriptor structure
b_duplicateif true then duplicate the p_decoded structure into the descriptor
Returns
a pointer to a new descriptor structure which contains encoded data.