libdvbpsi  0.2.2
Data Structures | Functions
psi.h File Reference

Common PSI tools. More...

Go to the source code of this file.

Data Structures

struct  dvbpsi_psi_section_s
 PSI section structure. More...

Functions

dvbpsi_psi_section_tdvbpsi_NewPSISection (int i_max_size)
 Creation of a new dvbpsi_psi_section_t structure.
void dvbpsi_DeletePSISections (dvbpsi_psi_section_t *p_section)
 Destruction of a dvbpsi_psi_section_t structure.
 __attribute__ ((deprecated)) int dvbpsi_ValidPSISection(dvbpsi_psi_section_t *p_section)

Detailed Description

Common PSI tools.

>

Author:
Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr> PSI section structure and its Manipulation tools.

Function Documentation

Destruction of a dvbpsi_psi_section_t structure.

Parameters:
p_sectionpointer to the first PSI section structure
Returns:
nothing.

Creation of a new dvbpsi_psi_section_t structure.

Parameters:
i_max_sizemax size in bytes of the section
Returns:
a pointer to the new PSI section structure.