libdvbpsi
1.3.1
|
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. More... | |
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. More... | |
dvbpsi_descriptor_t * | dvbpsi_GenMPEG4VideoDr (dvbpsi_mpeg4_video_dr_t *p_decoded) |
MPEG-4 video descriptor generator. More... | |
Application interface for the MPEG-4 video descriptor decoder and generator.
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. |