libdvbpsi 1.3.2
|
Application interface for the MPEG 2 "target background grid" descriptor decoder and generator. More...
Go to the source code of this file.
Data Structures | |
struct | dvbpsi_target_bg_grid_dr_s |
"target background grid" descriptor structure. More... |
Typedefs | |
typedef struct dvbpsi_target_bg_grid_dr_s | dvbpsi_target_bg_grid_dr_t |
dvbpsi_target_bg_grid_dr_t type definition. |
Functions | |
dvbpsi_target_bg_grid_dr_t * | dvbpsi_DecodeTargetBgGridDr (dvbpsi_descriptor_t *p_descriptor) |
"target background grid" descriptor decoder. | |
dvbpsi_descriptor_t * | dvbpsi_GenTargetBgGridDr (dvbpsi_target_bg_grid_dr_t *p_decoded, bool b_duplicate) |
"target background grid" descriptor generator. |
Application interface for the MPEG 2 "target background grid" descriptor decoder and generator.
>
Application interface for the MPEG 2 "target background grid" descriptor decoder and generator. This descriptor's definition can be found in ISO/IEC 13818-1 section 2.6.12.
dvbpsi_target_bg_grid_dr_t * dvbpsi_DecodeTargetBgGridDr | ( | dvbpsi_descriptor_t * | p_descriptor | ) |
"target background grid" descriptor decoder.
p_descriptor | pointer to the descriptor structure |
dvbpsi_descriptor_t * dvbpsi_GenTargetBgGridDr | ( | dvbpsi_target_bg_grid_dr_t * | p_decoded, |
bool | b_duplicate ) |
"target background grid" descriptor generator.
p_decoded | pointer to a decoded "target background grid" descriptor structure |
b_duplicate | if true then duplicate the p_decoded structure into the descriptor |