libdvbpsi 1.3.2
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
34
35#ifndef _DVBPSI_DR_4E_H_
36#define _DVBPSI_DR_4E_H_
37
38#ifdef __cplusplus
39extern "C" {
40#endif
41
42
43/*****************************************************************************
44 * dvbpsi_extended_event_dr_t
45 *****************************************************************************/
57{
60
61 uint8_t i_iso_639_code[3];
62
65 uint8_t *i_item_description[126];
66 uint8_t i_item_length[126];
67 uint8_t *i_item[126];
68
70 uint8_t *i_text;
71
72 uint8_t i_buffer[256];
74
75
76/*****************************************************************************
77 * dvbpsi_DecodeExtendedEventDr
78 *****************************************************************************/
88
89
90/*****************************************************************************
91 * dvbpsi_GenExtendedEventDr
92 *****************************************************************************/
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
struct dvbpsi_descriptor_s dvbpsi_descriptor_t
dvbpsi_descriptor_t type definition.
dvbpsi_extended_event_dr_t * dvbpsi_DecodeExtendedEventDr(dvbpsi_descriptor_t *p_descriptor)
"short event" descriptor decoder.
dvbpsi_descriptor_t * dvbpsi_GenExtendedEventDr(dvbpsi_extended_event_dr_t *p_decoded, bool b_duplicate)
"short event" descriptor generator.
struct dvbpsi_extended_event_dr_s dvbpsi_extended_event_dr_t
dvbpsi_extended_event_dr_t type definition.
"extended event" descriptor structure.
Definition dr_4e.h:57
uint8_t * i_item[126]
Definition dr_4e.h:67
uint8_t i_item_length[126]
Definition dr_4e.h:66
int i_entry_count
Definition dr_4e.h:63
uint8_t i_item_description_length[126]
Definition dr_4e.h:64
uint8_t i_buffer[256]
Definition dr_4e.h:72
uint8_t i_descriptor_number
Definition dr_4e.h:58
uint8_t i_last_descriptor_number
Definition dr_4e.h:59
uint8_t * i_item_description[126]
Definition dr_4e.h:65
uint8_t * i_text
Definition dr_4e.h:70
int i_text_length
Definition dr_4e.h:69
uint8_t i_iso_639_code[3]
Definition dr_4e.h:61