libdvbpsi  1.3.0
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 
50 {
52  uint32_t i_sb_leak_rate;
53 
55  uint32_t i_sb_size;
57 
65  dvbpsi_descriptor_t * p_descriptor);
66 
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
Smoothing buffer descriptor structure.
Definition: dr_10.h:49
struct dvbpsi_smoothing_buffer_dr_s dvbpsi_smoothing_buffer_dr_t
dvbpsi_smoothing_buffer_dr_t type definition.
uint32_t i_sb_leak_rate
Definition: dr_10.h:52
uint32_t i_sb_size
Definition: dr_10.h:55
dvbpsi_smoothing_buffer_dr_t * dvbpsi_DecodeSmoothingBufferDr(dvbpsi_descriptor_t *p_descriptor)
Smoothing buffer descriptor decoder.
Descriptor structure.
Definition: descriptor.h:82
dvbpsi_descriptor_t * dvbpsi_GenSmoothingBufferDr(dvbpsi_smoothing_buffer_dr_t *p_decoded)
Smoothing buffer descriptor generator.