This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | dvbpsi_vstream_dr_s |
"video stream" descriptor structure. More... | |
Typedefs | |
typedef dvbpsi_vstream_dr_s | dvbpsi_vstream_dr_t |
dvbpsi_vstream_dr_t type definition. | |
Functions | |
dvbpsi_vstream_dr_t * | dvbpsi_DecodeVStreamDr (dvbpsi_descriptor_t *p_descriptor) |
"video stream" descriptor decoder. | |
dvbpsi_descriptor_t * | dvbpsi_GenVStreamDr (dvbpsi_vstream_dr_t *p_decoded, int b_duplicate) |
"video stream" descriptor generator. |
>
Application interface for the MPEG 2 "video stream" descriptor decoder and generator. This descriptor's definition can be found in ISO/IEC 13818-1 section 2.6.2.dvbpsi_vstream_dr_t * dvbpsi_DecodeVStreamDr | ( | dvbpsi_descriptor_t * | p_descriptor | ) |
"video stream" descriptor decoder.
p_descriptor | pointer to the descriptor structure |
dvbpsi_descriptor_t * dvbpsi_GenVStreamDr | ( | dvbpsi_vstream_dr_t * | p_decoded, | |
int | b_duplicate | |||
) |
"video stream" descriptor generator.
p_decoded | pointer to a decoded "video stream" descriptor structure | |
b_duplicate | if non zero then duplicate the p_decoded structure into the descriptor |