libdvbpsi  1.3.0
Data Structures | Typedefs | Functions
dr_4c.h File Reference

Application interface for the time shifted service 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_tshifted_service_dr_s
 struct dvbpsi_tshifted_service_dr_s More...

Typedefs

typedef struct
dvbpsi_tshifted_service_dr_s 
dvbpsi_tshifted_service_dr_t
 dvbpsi_tshifted_service_dr_t type definition.

Functions

dvbpsi_tshifted_service_dr_tdvbpsi_DecodeTimeShiftedServiceDr (dvbpsi_descriptor_t *p_descriptor)
 "time shifted service" descriptor decoder.
dvbpsi_descriptor_tdvbpsi_GenTimeShiftedServiceDr (dvbpsi_tshifted_service_dr_t *p_decoded, bool b_duplicate)
 "time shifted service" descriptor generator.

Detailed Description

Application interface for the time shifted service descriptor decoder and generator.

>

Author:
Jean-Paul Saman <jpsaman@videolan.org> Application interface for the DVB time shifted service descriptor descriptor decoder and generator. This descriptor's definition can be found in ETSI EN 300 468 section 6.2.45.

Function Documentation

"time shifted service" descriptor decoder.

Parameters:
p_descriptorpointer to the descriptor structure
Returns:
a pointer to a new "time shifted service" descriptor structure which contains the decoded data.

"time shifted service" descriptor generator.

Parameters:
p_decodedpointer to a decoded "time shifted service" descriptor structure
b_duplicateif true then duplicate the p_decoded structure into the descriptor
Returns:
a pointer to a new descriptor structure which contains encoded data.