libdvbpsi
1.3.1
src
descriptors
dr_14.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2010 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_14.h
19
20
Decode Association Tag Descriptor.
21
22
*/
23
30
#ifndef _DR_14_H
31
#define _DR_14_H
32
33
/*****************************************************************************
34
* dvbpsi_association_tag_dr_s
35
*****************************************************************************/
46
typedef
struct
dvbpsi_association_tag_dr_s
47
{
48
uint16_t
i_tag
;
49
uint16_t
i_use
;
50
uint8_t
i_selector_len
;
51
uint8_t *
p_selector
;
54
uint8_t
i_private_data_len
;
55
uint8_t *
p_private_data
;
58
}
dvbpsi_association_tag_dr_t
;
59
60
/*****************************************************************************
61
* dvbpsi_DecodeAssociationTagDr
62
*****************************************************************************/
71
dvbpsi_association_tag_dr_t
*
dvbpsi_DecodeAssociationTagDr
(
dvbpsi_descriptor_t
*p_descriptor);
72
73
#endif
dvbpsi_DecodeAssociationTagDr
dvbpsi_association_tag_dr_t * dvbpsi_DecodeAssociationTagDr(dvbpsi_descriptor_t *p_descriptor)
Decode a Association Tag descriptor (tag 0x14)
dvbpsi_association_tag_dr_s::i_private_data_len
uint8_t i_private_data_len
Definition:
dr_14.h:54
dvbpsi_association_tag_dr_s::i_selector_len
uint8_t i_selector_len
Definition:
dr_14.h:50
dvbpsi_association_tag_dr_s::i_use
uint16_t i_use
Definition:
dr_14.h:49
dvbpsi_association_tag_dr_s
Data Broadcast id Descriptor.
Definition:
dr_14.h:46
dvbpsi_association_tag_dr_t
struct dvbpsi_association_tag_dr_s dvbpsi_association_tag_dr_t
dvbpsi_association_tag_dr_t type definition.
dvbpsi_association_tag_dr_s::i_tag
uint16_t i_tag
Definition:
dr_14.h:48
dvbpsi_association_tag_dr_s::p_selector
uint8_t * p_selector
Definition:
dr_14.h:51
dvbpsi_descriptor_s
Descriptor structure.
Definition:
descriptor.h:82
dvbpsi_association_tag_dr_s::p_private_data
uint8_t * p_private_data
Definition:
dr_14.h:55
Generated on Thu Feb 16 2017 09:44:21 for libdvbpsi by
1.8.13