libdvbpsi 1.3.2
dr_8a.h
Go to the documentation of this file.
1/*****************************************************************************
2 * dr_8a.h
3 * Copyright (c) 2010 VideoLAN
4 * $Id$
5 *
6 * Authors: Jean-Paul Saman <jpsaman@videolan.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
32
33#ifndef _DVBPSI_DR_8A_H_
34#define _DVBPSI_DR_8A_H_
35
36#ifdef __cplusplus
37extern "C" {
38#endif
39
40/*****************************************************************************
41 * dvbpsi_cuei_dr_t
42 *****************************************************************************/
59
60
61/*****************************************************************************
62 * dvbpsi_DecodeCUEIDataDr
63 *****************************************************************************/
72
73
74/*****************************************************************************
75 * dvbpsi_GenCUEIDataDr
76 *****************************************************************************/
87dvbpsi_descriptor_t * dvbpsi_GenCUEIDr(dvbpsi_cuei_dr_t * p_decoded, bool b_duplicate);
88
89
90#ifdef __cplusplus
91};
92#endif
93
94#else
95#error "Multiple inclusions of dr_8a.h"
96#endif
97
struct dvbpsi_descriptor_s dvbpsi_descriptor_t
dvbpsi_descriptor_t type definition.
struct dvbpsi_cuei_dr_s dvbpsi_cuei_dr_t
dvbpsi_cuei_dr_t type definition.
dvbpsi_cuei_dr_t * dvbpsi_DecodeCUEIDr(dvbpsi_descriptor_t *p_descriptor)
"CUEI" descriptor decoder.
dvbpsi_descriptor_t * dvbpsi_GenCUEIDr(dvbpsi_cuei_dr_t *p_decoded, bool b_duplicate)
"CUEI" descriptor generator.
"CUE Identifier" descriptor structure.
Definition dr_8a.h:55
uint8_t i_cue_stream_type
Definition dr_8a.h:56