libdvbpsi
1.3.2
src
descriptors
dr_41.h
Go to the documentation of this file.
1
/*****************************************************************************
2
* dr_41.h
3
* Copyright (C) 2012 VideoLAN
4
*
5
* Authors: rcorno (May 21, 2012)
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_41_H_
35
#define DR_41_H_
36
37
#ifdef __cplusplus
38
extern
"C"
{
39
#endif
40
41
/*****************************************************************************
42
* dvbpsi_network_name_dr_t
43
*****************************************************************************/
55
typedef
struct
dvbpsi_service_list_dr_s
56
{
57
uint8_t
i_service_count
;
59
struct
{
60
uint16_t
i_service_id
;
61
uint8_t
i_service_type
;
62
}
i_service
[84];
64
}
dvbpsi_service_list_dr_t
;
65
66
/*****************************************************************************
67
* dvbpsi_DecodeServiceListDr
68
*****************************************************************************/
77
dvbpsi_service_list_dr_t
*
dvbpsi_DecodeServiceListDr
(
78
dvbpsi_descriptor_t
* p_descriptor);
79
80
81
/*****************************************************************************
82
* dvbpsi_GenServiceListDr
83
*****************************************************************************/
94
dvbpsi_descriptor_t
*
dvbpsi_GenServiceListDr
(
95
dvbpsi_service_list_dr_t
* p_decoded,
96
bool
b_duplicate);
97
98
#ifdef __cplusplus
99
};
100
#endif
101
102
#else
103
#error "Multiple inclusions of dr_41.h"
104
#endif
/* DR_41_H_ */
dvbpsi_service_list_dr_s::i_service
struct dvbpsi_service_list_dr_s::@1 i_service[84]
dvbpsi_DecodeServiceListDr
dvbpsi_service_list_dr_t * dvbpsi_DecodeServiceListDr(dvbpsi_descriptor_t *p_descriptor)
"service list" descriptor decoder.
dvbpsi_GenServiceListDr
dvbpsi_descriptor_t * dvbpsi_GenServiceListDr(dvbpsi_service_list_dr_t *p_decoded, bool b_duplicate)
"service list" descriptor generator.
dvbpsi_service_list_dr_t
struct dvbpsi_service_list_dr_s dvbpsi_service_list_dr_t
dvbpsi_service_list_dr_t type definition.
dvbpsi_service_list_dr_s::i_service_id
uint16_t i_service_id
Definition:
dr_41.h:60
dvbpsi_service_list_dr_s
"service list" descriptor structure.
Definition:
dr_41.h:55
dvbpsi_service_list_dr_s::i_service_type
uint8_t i_service_type
Definition:
dr_41.h:61
dvbpsi_descriptor_s
Descriptor structure.
Definition:
descriptor.h:82
dvbpsi_service_list_dr_s::i_service_count
uint8_t i_service_count
Definition:
dr_41.h:57
Generated on Mon Nov 11 2024 09:52:20 for libdvbpsi by
1.8.17