libdvbpsi
1.1.0
Main Page
Related Pages
Data Structures
Files
File List
Globals
src
descriptors
dr_5a.h
Go to the documentation of this file.
1
/*****************************************************************************
2
* dr_5a.h
3
* Copyright (C) 2001-2010 VideoLAN
4
* $Id$
5
*
6
* Authors: Johann Hanne
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
35
#ifndef _DVBPSI_DR_5A_H_
36
#define _DVBPSI_DR_5A_H_
37
38
#ifdef __cplusplus
39
extern
"C"
{
40
#endif
41
42
43
/*****************************************************************************
44
* dvbpsi_terr_deliv_sys_dr_t
45
*****************************************************************************/
57
typedef
struct
dvbpsi_terr_deliv_sys_dr_s
58
{
59
uint32_t
i_centre_frequency
;
60
uint8_t
i_bandwidth
;
61
uint8_t
i_priority
;
62
uint8_t
i_time_slice_indicator
;
63
uint8_t
i_mpe_fec_indicator
;
64
uint8_t
i_constellation
;
65
uint8_t
i_hierarchy_information
;
66
uint8_t
i_code_rate_hp_stream
;
67
uint8_t
i_code_rate_lp_stream
;
68
uint8_t
i_guard_interval
;
69
uint8_t
i_transmission_mode
;
70
uint8_t
i_other_frequency_flag
;
72
}
dvbpsi_terr_deliv_sys_dr_t
;
73
74
75
/*****************************************************************************
76
* dvbpsi_DecodeTerrDelivSysDr
77
*****************************************************************************/
86
dvbpsi_terr_deliv_sys_dr_t
*
dvbpsi_DecodeTerrDelivSysDr
(
87
dvbpsi_descriptor_t
* p_descriptor);
88
89
90
/*****************************************************************************
91
* dvbpsi_GenTerrDelivSysDr
92
*****************************************************************************/
103
dvbpsi_descriptor_t
*
dvbpsi_GenTerrDelivSysDr
(
104
dvbpsi_terr_deliv_sys_dr_t
* p_decoded,
105
bool
b_duplicate);
106
107
108
#ifdef __cplusplus
109
};
110
#endif
111
112
#else
113
#error "Multiple inclusions of dr_5a.h"
114
#endif
Generated on Sat May 25 2013 17:44:03 for libdvbpsi by
1.8.4