libdvbpsi
1.3.2
src
descriptors
dr_10.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2015 Daniel Kamil Kozar
3
4
This library is free software; you can redistribute it and/or
5
modify it under the terms of the GNU Lesser General Public
6
License as published by the Free Software Foundation; either
7
version 2.1 of the License, or (at your option) any later version.
8
9
This library is distributed in the hope that it will be useful,
10
but WITHOUT ANY WARRANTY; without even the implied warranty of
11
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12
Lesser General Public License for more details.
13
14
You should have received a copy of the GNU Lesser General Public
15
License along with this library; if not, write to the Free Software
16
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17
*/
18
30
#ifndef _DVBPSI_DR_10_H_
31
#define _DVBPSI_DR_10_H_
32
33
#ifdef __cplusplus
34
extern
"C"
{
35
#endif
36
49
typedef
struct
dvbpsi_smoothing_buffer_dr_s
50
{
52
uint32_t
i_sb_leak_rate
;
53
55
uint32_t
i_sb_size
;
56
}
dvbpsi_smoothing_buffer_dr_t
;
57
64
dvbpsi_smoothing_buffer_dr_t
*
dvbpsi_DecodeSmoothingBufferDr
(
65
dvbpsi_descriptor_t
* p_descriptor);
66
72
dvbpsi_descriptor_t
*
dvbpsi_GenSmoothingBufferDr
(
73
dvbpsi_smoothing_buffer_dr_t
* p_decoded);
74
75
#ifdef __cplusplus
76
}
77
#endif
78
79
#else
80
#error "Multiple inclusions of dr_10.h"
81
#endif
dvbpsi_DecodeSmoothingBufferDr
dvbpsi_smoothing_buffer_dr_t * dvbpsi_DecodeSmoothingBufferDr(dvbpsi_descriptor_t *p_descriptor)
Smoothing buffer descriptor decoder.
dvbpsi_GenSmoothingBufferDr
dvbpsi_descriptor_t * dvbpsi_GenSmoothingBufferDr(dvbpsi_smoothing_buffer_dr_t *p_decoded)
Smoothing buffer descriptor generator.
dvbpsi_smoothing_buffer_dr_s
Smoothing buffer descriptor structure.
Definition:
dr_10.h:50
dvbpsi_smoothing_buffer_dr_s::i_sb_size
uint32_t i_sb_size
Definition:
dr_10.h:55
dvbpsi_smoothing_buffer_dr_s::i_sb_leak_rate
uint32_t i_sb_leak_rate
Definition:
dr_10.h:52
dvbpsi_descriptor_s
Descriptor structure.
Definition:
descriptor.h:83
dvbpsi_smoothing_buffer_dr_t
struct dvbpsi_smoothing_buffer_dr_s dvbpsi_smoothing_buffer_dr_t
dvbpsi_smoothing_buffer_dr_t type definition.
Generated on Tue Jul 28 2020 00:00:00 for libdvbpsi by
1.8.18