libdvbpsi 1.3.2
|
Application interface for the PDC (Programme Delivery Control) descriptor decoder and generator. More...
Go to the source code of this file.
Data Structures | |
struct | dvbpsi_PDC_dr_s |
PDC descriptor structure. More... | |
Typedefs | |
typedef struct dvbpsi_PDC_dr_s | dvbpsi_PDC_dr_t |
dvbpsi_PDC_dr_t type definition. | |
Functions | |
dvbpsi_PDC_dr_t * | dvbpsi_DecodePDCDr (dvbpsi_descriptor_t *p_descriptor) |
PDC descriptor decoder. | |
dvbpsi_descriptor_t * | dvbpsi_GenPDCDr (dvbpsi_PDC_dr_t *p_decoded, bool b_duplicate) |
PDC descriptor generator. | |
Application interface for the PDC (Programme Delivery Control) descriptor decoder and generator.
>
Application interface for the MPEG 2 TS PDC descriptor decoder and generator This descriptor's definition can be found in ETSC EN 300 231
dvbpsi_PDC_dr_t * dvbpsi_DecodePDCDr | ( | dvbpsi_descriptor_t * | p_descriptor | ) |
PDC descriptor decoder.
p_descriptor | pointer to the descriptor structure |
dvbpsi_descriptor_t * dvbpsi_GenPDCDr | ( | dvbpsi_PDC_dr_t * | p_decoded, |
bool | b_duplicate ) |
PDC descriptor generator.
p_decoded | pointer to a decoded PDC descriptor structure |
b_duplicate | if true then duplicate the p_decoded structure into the descriptor |