libdvbpsi  0.2.2
Data Structures | Typedefs | Functions
dr_0b.h File Reference

Application interface for the MPEG 2 "system clock" 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_system_clock_dr_s
 "system clock" descriptor structure. More...

Typedefs

typedef struct
dvbpsi_system_clock_dr_s 
dvbpsi_system_clock_dr_t
 dvbpsi_system_clock_dr_t type definition.

Functions

dvbpsi_system_clock_dr_tdvbpsi_DecodeSystemClockDr (dvbpsi_descriptor_t *p_descriptor)
 "system clock" descriptor decoder.
dvbpsi_descriptor_tdvbpsi_GenSystemClockDr (dvbpsi_system_clock_dr_t *p_decoded, int b_duplicate)
 "system clock" descriptor generator.

Detailed Description

Application interface for the MPEG 2 "system clock" descriptor decoder and generator.

>

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

Function Documentation

"system clock" descriptor decoder.

Parameters:
p_descriptorpointer to the descriptor structure
Returns:
a pointer to a new "system clock" descriptor structure which contains the decoded data.
dvbpsi_descriptor_t * dvbpsi_GenSystemClockDr ( dvbpsi_system_clock_dr_t p_decoded,
int  b_duplicate 
)

"system clock" descriptor generator.

Parameters:
p_decodedpointer to a decoded "system clock" descriptor structure
b_duplicateif non zero then duplicate the p_decoded structure into the descriptor
Returns:
a pointer to a new descriptor structure which contains encoded data.