dr_0e.h File Reference

Application interface for the MPEG 2 "maximum bitrate" 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_max_bitrate_dr_s
 "maximum bitrate" descriptor structure. More...

Typedefs

typedef struct
dvbpsi_max_bitrate_dr_s 
dvbpsi_max_bitrate_dr_t
 dvbpsi_max_bitrate_dr_t type definition.

Functions

dvbpsi_max_bitrate_dr_tdvbpsi_DecodeMaxBitrateDr (dvbpsi_descriptor_t *p_descriptor)
 "maximum bitrate" descriptor decoder.
dvbpsi_descriptor_tdvbpsi_GenMaxBitrateDr (dvbpsi_max_bitrate_dr_t *p_decoded, int b_duplicate)
 "maximum bitrate" descriptor generator.

Detailed Description

Application interface for the MPEG 2 "maximum bitrate" descriptor decoder and generator.

>

Author:
Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr> Application interface for the MPEG 2 "maximum bitrate" descriptor decoder and generator. This descriptor's definition can be found in ISO/IEC 13818-1 section 2.6.26.

Function Documentation

dvbpsi_max_bitrate_dr_t * dvbpsi_DecodeMaxBitrateDr ( dvbpsi_descriptor_t p_descriptor  ) 

"maximum bitrate" descriptor decoder.

Parameters:
p_descriptor pointer to the descriptor structure
Returns:
a pointer to a new "maximum bitrate" descriptor structure which contains the decoded data.
dvbpsi_descriptor_t * dvbpsi_GenMaxBitrateDr ( dvbpsi_max_bitrate_dr_t p_decoded,
int  b_duplicate 
)

"maximum bitrate" descriptor generator.

Parameters:
p_decoded pointer to a decoded "maximum bitrate" descriptor structure
b_duplicate if non zero then duplicate the p_decoded structure into the descriptor
Returns:
a pointer to a new descriptor structure which contains encoded data.

Generated on 16 Oct 2009 for libdvbpsi by  doxygen 1.6.1