libdvbpsi
1.3.0
|
Application interface for the MPEG 2 "hierarchy" descriptor decoder and generator. More...
Go to the source code of this file.
Data Structures | |
struct | dvbpsi_hierarchy_dr_s |
"hierarchy" descriptor structure. More... | |
Typedefs | |
typedef struct dvbpsi_hierarchy_dr_s | dvbpsi_hierarchy_dr_t |
dvbpsi_hierarchy_dr_t type definition. | |
Functions | |
dvbpsi_hierarchy_dr_t * | dvbpsi_DecodeHierarchyDr (dvbpsi_descriptor_t *p_descriptor) |
"hierarchy" descriptor decoder. More... | |
dvbpsi_descriptor_t * | dvbpsi_GenHierarchyDr (dvbpsi_hierarchy_dr_t *p_decoded, bool b_duplicate) |
"hierarchy" descriptor generator. More... | |
Application interface for the MPEG 2 "hierarchy" descriptor decoder and generator.
dvbpsi_hierarchy_dr_t * dvbpsi_DecodeHierarchyDr | ( | dvbpsi_descriptor_t * | p_descriptor | ) |
"hierarchy" descriptor decoder.
p_descriptor | pointer to the descriptor structure |
dvbpsi_descriptor_t * dvbpsi_GenHierarchyDr | ( | dvbpsi_hierarchy_dr_t * | p_decoded, |
bool | b_duplicate | ||
) |
"hierarchy" descriptor generator.
p_decoded | pointer to a decoded "hierarchy" descriptor structure |
b_duplicate | if true then duplicate the p_decoded structure into the descriptor |