libdvbpsi 1.3.2
dr_11.h File Reference

Application interface for the MPEG-2 STD 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_std_dr_s
 STD descriptor structure. More...
 

Typedefs

typedef struct dvbpsi_std_dr_s dvbpsi_std_dr_t
 dvbpsi_std_dr_t type definition.
 

Functions

dvbpsi_std_dr_tdvbpsi_DecodeSTDDr (dvbpsi_descriptor_t *p_descriptor)
 STD descriptor decoder.
 
dvbpsi_descriptor_tdvbpsi_GenSTDDr (dvbpsi_std_dr_t *p_decoded)
 STD descriptor generator.
 

Detailed Description

Application interface for the MPEG-2 STD descriptor decoder and generator.

>

Author
Daniel Kamil Kozar <dkk089 at gmail.com>

Application interface for the MPEG-2 STD descriptor decoder and generator. This descriptor's definition can be found in ISO/IEC 13818-1 revision 2014/10 section 2.6.32.

Function Documentation

◆ dvbpsi_DecodeSTDDr()

dvbpsi_std_dr_t * dvbpsi_DecodeSTDDr ( dvbpsi_descriptor_t * p_descriptor)

STD descriptor decoder.

Parameters
p_descriptorpointer to the descriptor structure
Returns
A pointer to a new STD descriptor structure which contains the decoded data.

◆ dvbpsi_GenSTDDr()

dvbpsi_descriptor_t * dvbpsi_GenSTDDr ( dvbpsi_std_dr_t * p_decoded)

STD descriptor generator.

Parameters
p_decodedpointer to a decoded STD descriptor structure.
Returns
a pointer to a new descriptor structure which contains encoded data.