libdvbpsi 1.3.2
dr_4b.h
Go to the documentation of this file.
1/*****************************************************************************
2 * dr_4a.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
33#ifndef DR_4B_H_
34#define DR_4B_H_
35
36#ifdef __cplusplus
37extern "C" {
38#endif
39
40/*****************************************************************************
41 * dvbpsi_nvod_ref_t
42 *****************************************************************************/
64
65/*****************************************************************************
66 * dvbpsi_nvod_ref_dr_t
67 *****************************************************************************/
84
85/*****************************************************************************
86 * dvbpsi_DecodeNVODReferenceDr
87 *****************************************************************************/
97
98/*****************************************************************************
99 * dvbpsi_GenNVODReferenceDr
100 *****************************************************************************/
111 bool b_duplicate);
112
113#ifdef __cplusplus
114};
115#endif
116
117#else
118#error "Multiple inclusions of dr_4b.h"
119#endif /* DR_4B_H_ */
dvbpsi_nvod_ref_dr_t * dvbpsi_DecodeNVODReferenceDr(dvbpsi_descriptor_t *p_descriptor)
"NVOD reference" descriptor decoder.
dvbpsi_descriptor_t * dvbpsi_GenNVODReferenceDr(dvbpsi_nvod_ref_dr_t *p_decoded, bool b_duplicate)
"NVOD reference" descriptor generator.
struct dvbpsi_nvod_ref_dr_s dvbpsi_nvod_ref_dr_t
dvbpsi_nvod_ref_dr_t type definition.
struct dvbpsi_nvod_ref_s dvbpsi_nvod_ref_t
dvbpsi_nvod_ref_dr_t type definition.
Descriptor structure.
Definition descriptor.h:83
"NVOD reference" descriptor structure.
Definition dr_4b.h:80
dvbpsi_nvod_ref_t p_nvod_refs[43]
Definition dr_4b.h:82
uint8_t i_references
Definition dr_4b.h:81
struct dvbpsi_nvod_ref_s
Definition dr_4b.h:59
uint16_t i_transport_stream_id
Definition dr_4b.h:60
uint16_t i_original_network_id
Definition dr_4b.h:61
uint16_t i_service_id
Definition dr_4b.h:62