libdvbpsi
0.2.2
Main Page
Related Pages
Data Structures
Files
File List
Globals
src
descriptors
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
33
#ifndef _DVBPSI_DR_8A_H_
34
#define _DVBPSI_DR_8A_H_
35
36
#ifdef __cplusplus
37
extern
"C"
{
38
#endif
39
40
/*****************************************************************************
41
* dvbpsi_cuei_dr_t
42
*****************************************************************************/
54
typedef
struct
dvbpsi_cuei_dr_s
55
{
56
uint8_t
i_cue_stream_type
;
58
}
dvbpsi_cuei_dr_t
;
59
60
61
/*****************************************************************************
62
* dvbpsi_DecodeCUEIDataDr
63
*****************************************************************************/
71
dvbpsi_cuei_dr_t
*
dvbpsi_DecodeCUEIDr
(
dvbpsi_descriptor_t
* p_descriptor);
72
73
74
/*****************************************************************************
75
* dvbpsi_GenCUEIDataDr
76
*****************************************************************************/
87
dvbpsi_descriptor_t
* dvbpsi_GenCUEIDr(
dvbpsi_cuei_dr_t
* p_decoded);
88
89
90
#ifdef __cplusplus
91
};
92
#endif
93
94
#else
95
#error "Multiple inclusions of dr_8a.h"
96
#endif
97
Generated on Thu Jun 20 2013 12:39:38 for libdvbpsi by
1.8.3.1