|
libdvbpsi 1.3.2
|
Application interface for the MPEG-4 video descriptor decoder and generator. More...

Go to the source code of this file.
Data Structures | |
| struct | dvbpsi_mpeg4_video_dr_s |
| MPEG-4 video descriptor structure. More... | |
Typedefs | |
| typedef enum dvbpsi_mpeg4_visual_profile_and_level_s | dvbpsi_mpeg4_visual_profile_and_level_t |
| MPEG-4 video profile and level as specified in ISO/IEC 14496-2:2001 Table G-1. | |
| typedef struct dvbpsi_mpeg4_video_dr_s | dvbpsi_mpeg4_video_dr_t |
| dvbpsi_mpeg4_video_dr_t type definition. | |
Functions | |
| dvbpsi_mpeg4_video_dr_t * | dvbpsi_DecodeMPEG4VideoDr (dvbpsi_descriptor_t *p_descriptor) |
| MPEG-4 video descriptor decoder. | |
| dvbpsi_descriptor_t * | dvbpsi_GenMPEG4VideoDr (dvbpsi_mpeg4_video_dr_t *p_decoded) |
| MPEG-4 video descriptor generator. | |
Application interface for the MPEG-4 video descriptor decoder and generator.
>
Application interface for the MPEG-4 video descriptor decoder and generator. This descriptor's definition can be found in ISO/IEC 13818-1 revision 2014/10 section 2.6.36.
MPEG-4 video profile and level as specified in ISO/IEC 14496-2:2001 Table G-1.
Enumeration of MPEG-4 video profile and levels as specified in ISO/IEC 14496-2:2001 Table G-1.
| dvbpsi_mpeg4_video_dr_t * dvbpsi_DecodeMPEG4VideoDr | ( | dvbpsi_descriptor_t * | p_descriptor | ) |
MPEG-4 video descriptor decoder.
| p_descriptor | pointer to the descriptor structure |
| dvbpsi_descriptor_t * dvbpsi_GenMPEG4VideoDr | ( | dvbpsi_mpeg4_video_dr_t * | p_decoded | ) |
MPEG-4 video descriptor generator.
| p_decoded | pointer to a decoded MPEG-4 video descriptor structure. |