|
libdvbpsi
1.3.0
|
Decode Service Location Descriptor. More...

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_t * | dvbpsi_DecodeServiceLocationDr (dvbpsi_descriptor_t *p_descriptor) |
| "service location" descriptor decoder. More... | |
| dvbpsi_descriptor_t * | dvbpsi_GenServiceLocationDr (dvbpsi_service_location_dr_t *p_decoded, bool b_duplicate) |
| "service" descriptor generator. More... | |
Decode Service Location Descriptor.
| dvbpsi_service_location_dr_t * dvbpsi_DecodeServiceLocationDr | ( | dvbpsi_descriptor_t * | p_descriptor | ) |
"service location" descriptor decoder.
| p_descriptor | pointer to the descriptor structure |
| dvbpsi_descriptor_t * dvbpsi_GenServiceLocationDr | ( | dvbpsi_service_location_dr_t * | p_decoded, |
| bool | b_duplicate | ||
| ) |
"service" descriptor generator.
| p_decoded | pointer to a decoded "service" descriptor structure |
| b_duplicate | if true then duplicate the p_decoded structure into the descriptor |
1.8.5