|
libdvbpsi
1.1.1
|
Application interface for the MPEG 2 "data stream alignment" descriptor decoder and generator. More...

Go to the source code of this file.
Data Structures | |
| struct | dvbpsi_ds_alignment_dr_s |
| "data stream alignment" descriptor structure. More... | |
Typedefs | |
|
typedef struct dvbpsi_ds_alignment_dr_s | dvbpsi_ds_alignment_dr_t |
| dvbpsi_ds_alignment_dr_t type definition. | |
Functions | |
| dvbpsi_ds_alignment_dr_t * | dvbpsi_DecodeDSAlignmentDr (dvbpsi_descriptor_t *p_descriptor) |
| "data stream alignment" descriptor decoder. | |
| dvbpsi_descriptor_t * | dvbpsi_GenDSAlignmentDr (dvbpsi_ds_alignment_dr_t *p_decoded, bool b_duplicate) |
| "data stream alignment" descriptor generator. | |
Application interface for the MPEG 2 "data stream alignment" descriptor decoder and generator.
>
| dvbpsi_ds_alignment_dr_t * dvbpsi_DecodeDSAlignmentDr | ( | dvbpsi_descriptor_t * | p_descriptor | ) |
"data stream alignment" descriptor decoder.
| p_descriptor | pointer to the descriptor structure |
| dvbpsi_descriptor_t * dvbpsi_GenDSAlignmentDr | ( | dvbpsi_ds_alignment_dr_t * | p_decoded, |
| bool | b_duplicate | ||
| ) |
"data stream alignment" descriptor generator.
| p_decoded | pointer to a decoded "data stream alignment" descriptor structure |
| b_duplicate | if true then duplicate the p_decoded structure into the descriptor |
1.8.1.2