libdvbpsi
1.3.2
src
descriptors
dr_73.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2006 Adam Charrett
3
4
This library is free software; you can redistribute it and/or
5
modify it under the terms of the GNU Lesser General Public
6
License as published by the Free Software Foundation; either
7
version 2.1 of the License, or (at your option) any later version.
8
9
This library is distributed in the hope that it will be useful,
10
but WITHOUT ANY WARRANTY; without even the implied warranty of
11
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12
Lesser General Public License for more details.
13
14
You should have received a copy of the GNU Lesser General Public
15
License along with this library; if not, write to the Free Software
16
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17
18
dr_73.h
19
20
Decode Default Authority Descriptor.
21
22
*/
23
30
#ifndef _DR_73_H
31
#define _DR_73_H
32
33
#ifdef __cplusplus
34
extern
"C"
{
35
#endif
36
37
/*****************************************************************************
38
* dvbpsi_content_id_dr_s
39
*****************************************************************************/
50
typedef
struct
dvbpsi_default_authority_dr_s
51
{
52
uint8_t
authority
[255];
53
}
dvbpsi_default_authority_dr_t
;
54
55
/*****************************************************************************
56
* dvbpsi_DecodeLCNDr
57
*****************************************************************************/
65
dvbpsi_default_authority_dr_t
*
dvbpsi_DecodeDefaultAuthorityDr
(
dvbpsi_descriptor_t
*p_descriptor);
66
67
#ifdef __cplusplus
68
};
69
#endif
70
71
#endif
dvbpsi_DecodeDefaultAuthorityDr
dvbpsi_default_authority_dr_t * dvbpsi_DecodeDefaultAuthorityDr(dvbpsi_descriptor_t *p_descriptor)
Decode a Default Authority descriptor (tag 0x73)
dvbpsi_default_authority_dr_s
Default Authority Descriptor.
Definition:
dr_73.h:51
dvbpsi_default_authority_dr_t
struct dvbpsi_default_authority_dr_s dvbpsi_default_authority_dr_t
dvbpsi_default_authority_dr_t type definition.
dvbpsi_default_authority_dr_s::authority
uint8_t authority[255]
Definition:
dr_73.h:52
dvbpsi_descriptor_s
Descriptor structure.
Definition:
descriptor.h:83
Generated on Tue Jul 28 2020 00:00:00 for libdvbpsi by
1.8.18