libdvbpsi
1.3.0
src
descriptors
dr_07.h
Go to the documentation of this file.
1
/*****************************************************************************
2
* dr_07.h
3
* Copyright (C) 2001-2010 VideoLAN
4
* $Id: dr_07.h,v 1.2 2002/05/10 23:50:36 bozo Exp $
5
*
6
* Authors: Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr>
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_07_H_
36
#define _DVBPSI_DR_07_H_
37
38
#ifdef __cplusplus
39
extern
"C"
{
40
#endif
41
42
43
/*****************************************************************************
44
* dvbpsi_target_bg_grid_dr_t
45
*****************************************************************************/
57
typedef
struct
dvbpsi_target_bg_grid_dr_s
58
{
59
uint16_t
i_horizontal_size
;
60
uint16_t
i_vertical_size
;
61
uint8_t
i_pel_aspect_ratio
;
63
}
dvbpsi_target_bg_grid_dr_t
;
64
65
66
/*****************************************************************************
67
* dvbpsi_DecodeTargetBgGridDr
68
*****************************************************************************/
77
dvbpsi_target_bg_grid_dr_t
*
dvbpsi_DecodeTargetBgGridDr
(
78
dvbpsi_descriptor_t
* p_descriptor);
79
80
81
/*****************************************************************************
82
* dvbpsi_GenTargetBgGridDr
83
*****************************************************************************/
94
dvbpsi_descriptor_t
*
dvbpsi_GenTargetBgGridDr
(
95
dvbpsi_target_bg_grid_dr_t
* p_decoded,
96
bool
b_duplicate);
97
98
99
#ifdef __cplusplus
100
};
101
#endif
102
103
#else
104
#error "Multiple inclusions of dr_07.h"
105
#endif
106
dvbpsi_target_bg_grid_dr_t
struct dvbpsi_target_bg_grid_dr_s dvbpsi_target_bg_grid_dr_t
dvbpsi_target_bg_grid_dr_t type definition.
dvbpsi_target_bg_grid_dr_s::i_pel_aspect_ratio
uint8_t i_pel_aspect_ratio
Definition:
dr_07.h:61
dvbpsi_target_bg_grid_dr_s
"target background grid" descriptor structure.
Definition:
dr_07.h:57
dvbpsi_target_bg_grid_dr_s::i_vertical_size
uint16_t i_vertical_size
Definition:
dr_07.h:60
dvbpsi_DecodeTargetBgGridDr
dvbpsi_target_bg_grid_dr_t * dvbpsi_DecodeTargetBgGridDr(dvbpsi_descriptor_t *p_descriptor)
"target background grid" descriptor decoder.
dvbpsi_descriptor_s
Descriptor structure.
Definition:
descriptor.h:82
dvbpsi_GenTargetBgGridDr
dvbpsi_descriptor_t * dvbpsi_GenTargetBgGridDr(dvbpsi_target_bg_grid_dr_t *p_decoded, bool b_duplicate)
"target background grid" descriptor generator.
dvbpsi_target_bg_grid_dr_s::i_horizontal_size
uint16_t i_horizontal_size
Definition:
dr_07.h:59
Generated on Mon May 28 2018 13:13:09 for libdvbpsi by
1.8.17