|
libdvbpsi 1.3.3
|
DVB subtitling descriptor parsing. More...

Go to the source code of this file.
Data Structures | |
| struct | dvbpsi_subtitle_s |
| one subtitle structure. More... | |
| struct | dvbpsi_subtitling_dr_s |
| "subtitling" descriptor structure. More... | |
Macros | |
| #define | DVBPSI_SUBTITLING_DR_MAX 20 |
| Maximum number of dvbpsi_subtitle_t entries present in. | |
Typedefs | |
| typedef struct dvbpsi_subtitle_s | dvbpsi_subtitle_t |
| dvbpsi_subtitle_t type definition. | |
| typedef struct dvbpsi_subtitling_dr_s | dvbpsi_subtitling_dr_t |
| dvbpsi_subtitling_dr_t type definition. | |
Functions | |
| dvbpsi_subtitling_dr_t * | dvbpsi_DecodeSubtitlingDr (dvbpsi_descriptor_t *p_descriptor) |
| "subtitling" descriptor decoder. | |
| dvbpsi_descriptor_t * | dvbpsi_GenSubtitlingDr (dvbpsi_subtitling_dr_t *p_decoded, bool b_duplicate) |
| "subtitling" descriptor generator. | |
DVB subtitling descriptor parsing.
>
DVB subtitling descriptor parsing, according to ETSI EN 300 468 section 6.2.36.
| #define DVBPSI_SUBTITLING_DR_MAX 20 |
Maximum number of dvbpsi_subtitle_t entries present in.
| dvbpsi_subtitling_dr_t * dvbpsi_DecodeSubtitlingDr | ( | dvbpsi_descriptor_t * | p_descriptor | ) |
"subtitling" descriptor decoder.
| p_descriptor | pointer to the descriptor structure |
References dvbpsi_DecodeSubtitlingDr().
Referenced by dvbpsi_DecodeSubtitlingDr().
| dvbpsi_descriptor_t * dvbpsi_GenSubtitlingDr | ( | dvbpsi_subtitling_dr_t * | p_decoded, |
| bool | b_duplicate ) |
"subtitling" descriptor generator.
| p_decoded | pointer to a decoded "subtitling" descriptor structure |
| b_duplicate | if bool then duplicate the p_decoded structure into the descriptor |
References dvbpsi_GenSubtitlingDr().
Referenced by dvbpsi_GenSubtitlingDr().