libdvbpsi 1.3.2
dr_4d.h File Reference

Application interface for the "Short event" 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_short_event_dr_s
 "short event" descriptor structure. More...
 

Typedefs

typedef struct dvbpsi_short_event_dr_s dvbpsi_short_event_dr_t
 dvbpsi_short_event_dr_t type definition.
 

Functions

dvbpsi_short_event_dr_tdvbpsi_DecodeShortEventDr (dvbpsi_descriptor_t *p_descriptor)
 "short event" descriptor decoder.
 
dvbpsi_descriptor_tdvbpsi_GenShortEventDr (dvbpsi_short_event_dr_t *p_decoded, bool b_duplicate)
 "short event" descriptor generator.
 

Detailed Description

Application interface for the "Short event" descriptor decoder and generator.

>

Author
Laurent Aimar fenri.nosp@m.r@vi.nosp@m.a.ecp.nosp@m..fr

Application interface for the "Short event" descriptor decoder and generator. This descriptor's definition can be found in ETSI EN 300 468 section 6.2.35.

Function Documentation

◆ dvbpsi_DecodeShortEventDr()

dvbpsi_short_event_dr_t * dvbpsi_DecodeShortEventDr ( dvbpsi_descriptor_t * p_descriptor)

"short event" descriptor decoder.

Parameters
p_descriptorpointer to the descriptor structure
Returns
a pointer to a new "short event" descriptor structure which contains the decoded data.

◆ dvbpsi_GenShortEventDr()

dvbpsi_descriptor_t * dvbpsi_GenShortEventDr ( dvbpsi_short_event_dr_t * p_decoded,
bool b_duplicate )

"short event" descriptor generator.

Parameters
p_decodedpointer to a decoded "video stream" 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.