libdvbpsi
1.1.0
Main Page
Related Pages
Data Structures
Files
File List
Globals
src
descriptors
dr_4e.h
Go to the documentation of this file.
1
/*****************************************************************************
2
* dr_4e.h
3
* Copyright (C) 2005-2010 VideoLAN
4
* $Id: dr_4d.h,v 1.3 2002/05/10 23:50:36 bozo Exp $
5
*
6
* Authors: Laurent Aimar <fenrir@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_4E_H_
36
#define _DVBPSI_DR_4E_H_
37
38
#ifdef __cplusplus
39
extern
"C"
{
40
#endif
41
42
43
/*****************************************************************************
44
* dvbpsi_extended_event_dr_t
45
*****************************************************************************/
56
typedef
struct
dvbpsi_extended_event_dr_s
57
{
58
uint8_t
i_descriptor_number
;
59
uint8_t
i_last_descriptor_number
;
61
uint8_t
i_iso_639_code
[3];
63
int
i_entry_count
;
64
uint8_t
i_item_description_length
[126];
65
uint8_t *
i_item_description
[126];
66
uint8_t
i_item_length
[126];
67
uint8_t *
i_item
[126];
69
int
i_text_length
;
70
uint8_t *
i_text
;
72
uint8_t
i_buffer
[256];
73
}
dvbpsi_extended_event_dr_t
;
74
75
76
/*****************************************************************************
77
* dvbpsi_DecodeExtendedEventDr
78
*****************************************************************************/
87
dvbpsi_extended_event_dr_t
*
dvbpsi_DecodeExtendedEventDr
(
dvbpsi_descriptor_t
* p_descriptor);
88
89
90
/*****************************************************************************
91
* dvbpsi_GenExtendedEventDr
92
*****************************************************************************/
102
dvbpsi_descriptor_t
*
dvbpsi_GenExtendedEventDr
(
dvbpsi_extended_event_dr_t
* p_decoded,
103
bool
b_duplicate);
104
105
106
#ifdef __cplusplus
107
};
108
#endif
109
110
#else
111
#error "Multiple inclusions of dr_4e.h"
112
#endif
113
Generated on Sat May 25 2013 17:44:03 for libdvbpsi by
1.8.4