libdvbpsi 1.3.2
dr_1c.h File Reference

Application interface for the MPEG-4 audio descriptor decoder and generator. More...

Include dependency graph for dr_1c.h:
This graph shows which files directly or indirectly include this file:

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_tdvbpsi_DecodeMPEG4AudioDr (dvbpsi_descriptor_t *p_descriptor)
 MPEG-4 audio descriptor decoder.
 
dvbpsi_descriptor_tdvbpsi_GenMPEG4AudioDr (dvbpsi_mpeg4_audio_dr_t *p_decoded)
 MPEG-4 audio descriptor generator.
 

Detailed Description

Application interface for the MPEG-4 audio descriptor decoder and generator.

>

Author
Daniel Kamil Kozar dkk08.nosp@m.9@gm.nosp@m.ail.c.nosp@m.om

Application interface for the MPEG-4 audio descriptor decoder and generator. This descriptor's definition can be found in ISO/IEC 13818-1 revision 2014/10 section 2.6.38.

Function Documentation

◆ dvbpsi_DecodeMPEG4AudioDr()

dvbpsi_mpeg4_audio_dr_t * dvbpsi_DecodeMPEG4AudioDr ( dvbpsi_descriptor_t * p_descriptor)

MPEG-4 audio descriptor decoder.

Parameters
p_descriptorpointer to the descriptor structure
Returns
A pointer to a new MPEG-4 audio descriptor structure which contains the decoded data.

◆ dvbpsi_GenMPEG4AudioDr()

dvbpsi_descriptor_t * dvbpsi_GenMPEG4AudioDr ( dvbpsi_mpeg4_audio_dr_t * p_decoded)

MPEG-4 audio descriptor generator.

Parameters
p_decodedpointer to a decoded MPEG-4 audio descriptor structure.
Returns
a pointer to a new descriptor structure which contains encoded data.