libdvbpsi 1.3.2
dr_56.h
Go to the documentation of this file.
1/*****************************************************************************
2 * dr_56.h
3 * Copyright (C) 2004-2010 VideoLAN
4 * $Id: dr_56.h 93 2004-10-19 19:17:49Z massiot $
5 *
6 * Authors: Derk-Jan Hartman <hartman at videolan dot org>
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_56_H_
36#define _DVBPSI_DR_56_H_
37
38#ifdef __cplusplus
39extern "C" {
40#endif
41
42/*****************************************************************************
43 * dvbpsi_teletext_t
44 *****************************************************************************/
64
70#define DVBPSI_TELETEXT_DR_MAX 51
71
72/*****************************************************************************
73 * dvbpsi_teletext_dr_t
74 *****************************************************************************/
92
93/*****************************************************************************
94 * dvbpsi_DecodeTeletextDataDr
95 *****************************************************************************/
105 dvbpsi_descriptor_t * p_descriptor);
106
107
108/*****************************************************************************
109 * dvbpsi_GenTeletextDr
110 *****************************************************************************/
122 dvbpsi_teletext_dr_t * p_decoded,
123 bool b_duplicate);
124
125
126#ifdef __cplusplus
127};
128#endif
129
130#else
131#error "Multiple inclusions of dr_56.h"
132#endif
struct dvbpsi_teletextpage_s dvbpsi_teletextpage_t
dvbpsi_teletextpage_t type definition.
struct dvbpsi_teletext_dr_s dvbpsi_teletext_dr_t
dvbpsi_teletext_dr_t type definition.
dvbpsi_teletext_dr_t * dvbpsi_DecodeTeletextDr(dvbpsi_descriptor_t *p_descriptor)
"teletext" descriptor decoder.
#define DVBPSI_TELETEXT_DR_MAX
Maximum number of dvbpsi_teletextpage_t entries present in.
Definition dr_56.h:70
dvbpsi_descriptor_t * dvbpsi_GenTeletextDr(dvbpsi_teletext_dr_t *p_decoded, bool b_duplicate)
"teletext" descriptor generator.
Descriptor structure.
Definition descriptor.h:83
"teletext" descriptor structure.
Definition dr_56.h:87
dvbpsi_teletextpage_t p_pages[DVBPSI_TELETEXT_DR_MAX]
Definition dr_56.h:89
uint8_t i_pages_number
Definition dr_56.h:88
one teletext page structure.
Definition dr_56.h:57
uint8_t i_teletext_page_number
Definition dr_56.h:61
uint8_t i_teletext_magazine_number
Definition dr_56.h:60
uint8_t i_teletext_type
Definition dr_56.h:59
uint8_t i_iso6392_language_code[3]
Definition dr_56.h:58