libdvbpsi
1.3.2
src
descriptors
dr_4c.h
Go to the documentation of this file.
1
/*****************************************************************************
2
* dr_4c.h
3
* Copyright (C) 2013, VideoLAN Association
4
*
5
* Authors: Jean-Paul Saman <jpsaman@videolan.org>
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_4C_H_
35
#define DR_4C_H_
36
37
#ifdef __cplusplus
38
extern
"C"
{
39
#endif
40
41
/*****************************************************************************
42
* dvbpsi_tshifted_service_dr_t
43
*****************************************************************************/
59
typedef
struct
dvbpsi_tshifted_service_dr_s
60
{
61
uint16_t
i_ref_service_id
;
62
}
dvbpsi_tshifted_service_dr_t
;
63
64
/*****************************************************************************
65
* dvbpsi_DecodeTimeShiftedServiceDr
66
*****************************************************************************/
75
dvbpsi_tshifted_service_dr_t
*
dvbpsi_DecodeTimeShiftedServiceDr
(
dvbpsi_descriptor_t
*p_descriptor);
76
77
/*****************************************************************************
78
* dvbpsi_GenTimeShiftedServiceDr
79
*****************************************************************************/
89
dvbpsi_descriptor_t
*
dvbpsi_GenTimeShiftedServiceDr
(
dvbpsi_tshifted_service_dr_t
*p_decoded,
90
bool
b_duplicate);
91
92
#ifdef __cplusplus
93
};
94
#endif
95
96
#else
97
#error "Multiple inclusions of dr_4c.h"
98
#endif
dvbpsi_tshifted_service_dr_s::i_ref_service_id
uint16_t i_ref_service_id
Definition:
dr_4c.h:61
dvbpsi_GenTimeShiftedServiceDr
dvbpsi_descriptor_t * dvbpsi_GenTimeShiftedServiceDr(dvbpsi_tshifted_service_dr_t *p_decoded, bool b_duplicate)
"time shifted service" descriptor generator.
dvbpsi_tshifted_service_dr_t
struct dvbpsi_tshifted_service_dr_s dvbpsi_tshifted_service_dr_t
dvbpsi_tshifted_service_dr_t type definition.
dvbpsi_tshifted_service_dr_t
"time shifted service" descriptor structure.
dvbpsi_tshifted_service_dr_s
struct dvbpsi_tshifted_service_dr_s
Definition:
dr_4c.h:59
dvbpsi_descriptor_s
Descriptor structure.
Definition:
descriptor.h:82
dvbpsi_DecodeTimeShiftedServiceDr
dvbpsi_tshifted_service_dr_t * dvbpsi_DecodeTimeShiftedServiceDr(dvbpsi_descriptor_t *p_descriptor)
"time shifted service" descriptor decoder.
Generated on Fri Jun 2 2023 11:25:07 for libdvbpsi by
1.8.17