libdvbpsi 1.3.2
dr_10.h File Reference

Application interface for the MPEG-2 smoothing buffer 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_smoothing_buffer_dr_s
 Smoothing buffer descriptor structure. More...
 

Typedefs

typedef struct dvbpsi_smoothing_buffer_dr_s dvbpsi_smoothing_buffer_dr_t
 dvbpsi_smoothing_buffer_dr_t type definition.
 

Functions

dvbpsi_smoothing_buffer_dr_tdvbpsi_DecodeSmoothingBufferDr (dvbpsi_descriptor_t *p_descriptor)
 Smoothing buffer descriptor decoder.
 
dvbpsi_descriptor_tdvbpsi_GenSmoothingBufferDr (dvbpsi_smoothing_buffer_dr_t *p_decoded)
 Smoothing buffer descriptor generator.
 

Detailed Description

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

>

Author
Daniel Kamil Kozar dkk08.nosp@m.9@gm.nosp@m.ail.c.nosp@m.om

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

Function Documentation

◆ dvbpsi_DecodeSmoothingBufferDr()

dvbpsi_smoothing_buffer_dr_t * dvbpsi_DecodeSmoothingBufferDr ( dvbpsi_descriptor_t * p_descriptor)

Smoothing buffer descriptor decoder.

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

◆ dvbpsi_GenSmoothingBufferDr()

dvbpsi_descriptor_t * dvbpsi_GenSmoothingBufferDr ( dvbpsi_smoothing_buffer_dr_t * p_decoded)

Smoothing buffer descriptor generator.

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