libdvbpsi
1.1.0
Main Page
Related Pages
Data Structures
Files
File List
Globals
src
descriptors
dr_44.h
Go to the documentation of this file.
1
/*****************************************************************************
2
* dr_44.h
3
* Copyright (C) 2011 VideoLAN
4
* $Id$
5
*
6
* Authors: Ilkka Ollakka
7
*
8
* This library is free software; you can redistribute it and/or
9
* modify it under the terms of the GNU Lesser General Public
10
* License as published by the Free Software Foundation; either
11
* version 2.1 of the License, or (at your option) any later version.
12
*
13
* This library is distributed in the hope that it will be useful,
14
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16
* Lesser General Public License for more details.
17
*
18
* You should have received a copy of the GNU Lesser General Public
19
* License along with this library; if not, write to the Free Software
20
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21
*
22
*****************************************************************************/
23
36
#ifndef _DVBPSI_DR_44_H_
37
#define _DVBPSI_DR_44_H_
38
39
#ifdef __cplusplus
40
extern
"C"
{
41
#endif
42
43
44
/*****************************************************************************
45
* dvbpsi_cable_deliv_sys_dr_t
46
*****************************************************************************/
58
typedef
struct
dvbpsi_cable_deliv_sys_dr_s
59
{
60
uint32_t
i_frequency
;
61
uint8_t
i_modulation
;
62
uint32_t
i_symbol_rate
;
63
uint8_t
i_fec_inner
;
64
uint8_t
i_fec_outer
;
66
}
dvbpsi_cable_deliv_sys_dr_t
;
67
68
69
/*****************************************************************************
70
* dvbpsi_DecodeCableDelivSysDr
71
*****************************************************************************/
80
dvbpsi_cable_deliv_sys_dr_t
*
dvbpsi_DecodeCableDelivSysDr
(
81
dvbpsi_descriptor_t
* p_descriptor);
82
83
84
/*****************************************************************************
85
* dvbpsi_GenCableDelivSysDr
86
*****************************************************************************/
97
dvbpsi_descriptor_t
*
dvbpsi_GenCableDelivSysDr
(
98
dvbpsi_cable_deliv_sys_dr_t
* p_decoded,
99
bool
b_duplicate);
100
101
102
#ifdef __cplusplus
103
};
104
#endif
105
106
#else
107
#error "Multiple inclusions of dr_44.h"
108
#endif
Generated on Sat May 25 2013 17:44:12 for libdvbpsi by
1.8.4