libdvbpsi
1.3.0
src
descriptors
dr_47.h
Go to the documentation of this file.
1
/*****************************************************************************
2
* dr_47.h
3
* Copyright (C) 2001-2010 VideoLAN
4
* $Id: dr_47.h,v 1.2 2002/12/12 10:19:32 jobi Exp $
5
*
6
* Authors: Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr>
7
* Johan Bilien <jobi@via.ecp.fr>
8
*
9
* This library is free software; you can redistribute it and/or
10
* modify it under the terms of the GNU Lesser General Public
11
* License as published by the Free Software Foundation; either
12
* version 2.1 of the License, or (at your option) any later version.
13
*
14
* This library is distributed in the hope that it will be useful,
15
* but WITHOUT ANY WARRANTY; without even the implied warranty of
16
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17
* Lesser General Public License for more details.
18
*
19
* You should have received a copy of the GNU Lesser General Public
20
* License along with this library; if not, write to the Free Software
21
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22
*
23
*****************************************************************************/
24
36
#ifndef _DVBPSI_DR_47_H_
37
#define _DVBPSI_DR_47_H_
38
39
#ifdef __cplusplus
40
extern
"C"
{
41
#endif
42
43
44
/*****************************************************************************
45
* dvbpsi_bouquet_name_dr_t
46
*****************************************************************************/
58
typedef
struct
dvbpsi_bouquet_name_dr_s
59
{
60
uint8_t
i_name_length
;
61
uint8_t
i_char
[255];
63
}
dvbpsi_bouquet_name_dr_t
;
64
65
66
/*****************************************************************************
67
* dvbpsi_DecodeBouquetNameDr
68
*****************************************************************************/
77
dvbpsi_bouquet_name_dr_t
*
dvbpsi_DecodeBouquetNameDr
(
78
dvbpsi_descriptor_t
* p_descriptor);
79
80
81
/*****************************************************************************
82
* dvbpsi_GenBouquetNameDr
83
*****************************************************************************/
94
dvbpsi_descriptor_t
*
dvbpsi_GenBouquetNameDr
(
95
dvbpsi_bouquet_name_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_47.h"
105
#endif
106
dvbpsi_bouquet_name_dr_t
struct dvbpsi_bouquet_name_dr_s dvbpsi_bouquet_name_dr_t
dvbpsi_bouquet_name_dr_t type definition.
dvbpsi_DecodeBouquetNameDr
dvbpsi_bouquet_name_dr_t * dvbpsi_DecodeBouquetNameDr(dvbpsi_descriptor_t *p_descriptor)
"bouquet name" descriptor decoder.
dvbpsi_GenBouquetNameDr
dvbpsi_descriptor_t * dvbpsi_GenBouquetNameDr(dvbpsi_bouquet_name_dr_t *p_decoded, bool b_duplicate)
"bouquet name" descriptor generator.
dvbpsi_bouquet_name_dr_s::i_name_length
uint8_t i_name_length
Definition:
dr_47.h:60
dvbpsi_bouquet_name_dr_s
"bouquet name" descriptor structure.
Definition:
dr_47.h:58
dvbpsi_bouquet_name_dr_s::i_char
uint8_t i_char[255]
Definition:
dr_47.h:61
dvbpsi_descriptor_s
Descriptor structure.
Definition:
descriptor.h:82
Generated on Mon May 28 2018 13:13:09 for libdvbpsi by
1.8.17