libdvbpsi  1.3.1
Data Structures | Typedefs | Functions
dr_12.h File Reference

Application interface for the MPEG-2 IBP descriptor decoder and generator. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  dvbpsi_ibp_dr_s
 IBP descriptor structure. More...
 

Typedefs

typedef struct dvbpsi_ibp_dr_s dvbpsi_ibp_dr_t
 dvbpsi_ibp_dr_s type definition.
 

Functions

dvbpsi_ibp_dr_tdvbpsi_DecodeIBPDr (dvbpsi_descriptor_t *p_descriptor)
 IBP descriptor decoder. More...
 
dvbpsi_descriptor_tdvbpsi_GenIBPDr (dvbpsi_ibp_dr_t *p_decoded)
 IBP descriptor generator. More...
 

Detailed Description

Application interface for the MPEG-2 IBP descriptor decoder and generator.

Author
Daniel Kamil Kozar <dkk089 at gmail.com> Application interface for the MPEG-2 IBP descriptor decoder and generator. This descriptor's definition can be found in ISO/IEC 13818-1 revision 2014/10 section 2.6.34.

Function Documentation

◆ dvbpsi_DecodeIBPDr()

dvbpsi_ibp_dr_t* dvbpsi_DecodeIBPDr ( dvbpsi_descriptor_t p_descriptor)

IBP descriptor decoder.

Parameters
p_descriptorpointer to the descriptor structure
Returns
A pointer to a new IBP descriptor structure which contains the decoded data.

◆ dvbpsi_GenIBPDr()

dvbpsi_descriptor_t* dvbpsi_GenIBPDr ( dvbpsi_ibp_dr_t p_decoded)

IBP descriptor generator.

Parameters
p_decodedpointer to a decoded IBP descriptor structure.
Returns
a pointer to a new descriptor structure which contains encoded data.