libdvbpsi 1.3.2
dr_a0.h
Go to the documentation of this file.
1/*
2Copyright (C) 2013-2014 Michael Ira Krufky
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_a0.h
19
20Decode Extended Channel Name Descriptor.
21
22*/
23
29
30#ifndef _DR_A0_H
31#define _DR_A0_H
32
33#ifdef __cplusplus
34extern "C" {
35#endif
36
37/*****************************************************************************
38 * dvbpsi_extended_channel_name_dr_s
39 *****************************************************************************/
56
57/*****************************************************************************
58 * dvbpsi_ExtendedChannelNameDr
59 *****************************************************************************/
68
69#ifdef __cplusplus
70}
71#endif
72
73#endif
74
struct dvbpsi_descriptor_s dvbpsi_descriptor_t
dvbpsi_descriptor_t type definition.
dvbpsi_extended_channel_name_dr_t * dvbpsi_ExtendedChannelNameDr(dvbpsi_descriptor_t *p_descriptor)
Decode a Extended Channel Name descriptor (tag 0xA0)
struct dvbpsi_extended_channel_name_dr_s dvbpsi_extended_channel_name_dr_t
dvbpsi_extended_channel_name_dr_t type definition.
Extended Channel Name Descriptor.
Definition dr_a0.h:51
uint8_t i_long_channel_name[256]
Definition dr_a0.h:53
uint8_t i_long_channel_name_length
Definition dr_a0.h:52