libdvbpsi 1.3.2
dr_66.h
Go to the documentation of this file.
1/*
2Copyright (C) 2010 Adam Charrett
3
4This library is free software; you can redistribute it and/or
5modify it under the terms of the GNU Lesser General Public
6License as published by the Free Software Foundation; either
7version 2.1 of the License, or (at your option) any later version.
8
9This library is distributed in the hope that it will be useful,
10but WITHOUT ANY WARRANTY; without even the implied warranty of
11MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12Lesser General Public License for more details.
13
14You should have received a copy of the GNU Lesser General Public
15License along with this library; if not, write to the Free Software
16Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17
18dr_66.h
19
20Decode Data Broadcast id Descriptor.
21
22*/
23
30#ifndef _DR_66_H
31#define _DR_66_H
32
33/*****************************************************************************
34 * dvbpsi_data_broadcast_id_dr_s
35 *****************************************************************************/
54
55/*****************************************************************************
56 * dvbpsi_DecodeDataBroadcastIdDr
57 *****************************************************************************/
67
68#endif
struct dvbpsi_data_broadcast_id_dr_s dvbpsi_data_broadcast_id_dr_t
dvbpsi_data_broadcast_id_dr_t type definition.
dvbpsi_data_broadcast_id_dr_t * dvbpsi_DecodeDataBroadcastIdDr(dvbpsi_descriptor_t *p_descriptor)
Decode a Data broadcast id descriptor (tag 0x66)
Data Broadcast id Descriptor.
Definition dr_66.h:47
uint16_t i_data_broadcast_id
Definition dr_66.h:48
uint8_t i_id_selector_len
Definition dr_66.h:49
uint8_t * p_id_selector
Definition dr_66.h:50
Descriptor structure.
Definition descriptor.h:83