
Go to the source code of this file.
Data Structures | |
| struct | dvbpsi_copyright_dr_s |
| "copyright" descriptor structure. More... | |
Typedefs | |
|
typedef struct dvbpsi_copyright_dr_s | dvbpsi_copyright_dr_t |
| dvbpsi_copyright_dr_t type definition. | |
Functions | |
| dvbpsi_copyright_dr_t * | dvbpsi_DecodeCopyrightDr (dvbpsi_descriptor_t *p_descriptor) |
| "copyright" descriptor decoder. | |
| dvbpsi_descriptor_t * | dvbpsi_GenCopyrightDr (dvbpsi_copyright_dr_t *p_decoded, int b_duplicate) |
| "copyright" descriptor generator. | |
>
| dvbpsi_copyright_dr_t * dvbpsi_DecodeCopyrightDr | ( | dvbpsi_descriptor_t * | p_descriptor | ) |
"copyright" descriptor decoder.
| p_descriptor | pointer to the descriptor structure |
| dvbpsi_descriptor_t * dvbpsi_GenCopyrightDr | ( | dvbpsi_copyright_dr_t * | p_decoded, | |
| int | b_duplicate | |||
| ) |
"copyright" descriptor generator.
| p_decoded | pointer to a decoded "copyright" descriptor structure | |
| b_duplicate | if non zero then duplicate the p_decoded structure into the descriptor |
1.5.5