libdvbpsi 1.3.2
dr_4f.h
Go to the documentation of this file.
1/*****************************************************************************
2 * dr_4f.h
3 * Copyright (C) 2012 VideoLAN
4 *
5 * Authors: Roberto Corno <corno.roberto@gmail.com>
6 *
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public
9 * License as published by the Free Software Foundation; either
10 * version 2.1 of the License, or (at your option) any later version.
11 *
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
16 *
17 * You should have received a copy of the GNU Lesser General Public
18 * License along with this library; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 *
21 *****************************************************************************/
22
34#ifndef DR_4F_H_
35#define DR_4F_H_
36
37#ifdef __cplusplus
38extern "C" {
39#endif
40
41/*****************************************************************************
42 * dvbpsi_tshifted_ev_dr_t
43 *****************************************************************************/
64
65/*****************************************************************************
66 * dvbpsi_DecodeTimeShiftedEventDr
67 *****************************************************************************/
77
78/*****************************************************************************
79 * dvbpsi_GenTimeShiftedEventDr
80 *****************************************************************************/
91 bool b_duplicate);
92
93#ifdef __cplusplus
94};
95#endif
96
97#else
98#error "Multiple inclusions of dr_4f.h"
99#endif /* DR_4F_H_ */
struct dvbpsi_tshifted_ev_dr_s dvbpsi_tshifted_ev_dr_t
dvbpsi_tshifted_ev_dr_t type definition.
dvbpsi_descriptor_t * dvbpsi_GenTimeShiftedEventDr(dvbpsi_tshifted_ev_dr_t *p_decoded, bool b_duplicate)
"time shifted event" descriptor generator.
dvbpsi_tshifted_ev_dr_t * dvbpsi_DecodeTimeShiftedEventDr(dvbpsi_descriptor_t *p_descriptor)
"time shifted event" descriptor decoder.
Descriptor structure.
Definition descriptor.h:83
struct dvbpsi_tshifted_ev_dr_s
Definition dr_4f.h:60
uint16_t i_ref_event_id
Definition dr_4f.h:62
uint16_t i_ref_service_id
Definition dr_4f.h:61
"time shifted event" descriptor structure.