libdvbpsi
1.3.1
|
Application interface for the MPEG-4 audio descriptor decoder and generator. More...
Go to the source code of this file.
Data Structures | |
struct | dvbpsi_mpeg4_audio_dr_s |
MPEG-4 audio descriptor structure. More... | |
Typedefs | |
typedef struct dvbpsi_mpeg4_audio_dr_s | dvbpsi_mpeg4_audio_dr_t |
dvbpsi_mpeg4_audio_dr_t type definition. | |
Functions | |
dvbpsi_mpeg4_audio_dr_t * | dvbpsi_DecodeMPEG4AudioDr (dvbpsi_descriptor_t *p_descriptor) |
MPEG-4 audio descriptor decoder. More... | |
dvbpsi_descriptor_t * | dvbpsi_GenMPEG4AudioDr (dvbpsi_mpeg4_audio_dr_t *p_decoded) |
MPEG-4 audio descriptor generator. More... | |
Application interface for the MPEG-4 audio descriptor decoder and generator.
dvbpsi_mpeg4_audio_dr_t* dvbpsi_DecodeMPEG4AudioDr | ( | dvbpsi_descriptor_t * | p_descriptor | ) |
MPEG-4 audio descriptor decoder.
p_descriptor | pointer to the descriptor structure |
dvbpsi_descriptor_t* dvbpsi_GenMPEG4AudioDr | ( | dvbpsi_mpeg4_audio_dr_t * | p_decoded | ) |
MPEG-4 audio descriptor generator.
p_decoded | pointer to a decoded MPEG-4 audio descriptor structure. |