libdvbpsi 1.3.2
dr_49.h
Go to the documentation of this file.
1/*****************************************************************************
2 * dr_49.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_49_H_
35#define DR_49_H_
36
37#ifdef __cplusplus
38extern "C" {
39#endif
40
41
42/*****************************************************************************
43 * dvbpsi_country_availability_dr_t
44 *****************************************************************************/
70
71/*****************************************************************************
72 * dvbpsi_DecodeCountryAvailabilityDr
73 *****************************************************************************/
83 dvbpsi_descriptor_t * p_descriptor);
84
85/*****************************************************************************
86 * dvbpsi_GenCountryAvailabilityDr
87 *****************************************************************************/
101 bool b_duplicate);
102
103#ifdef __cplusplus
104};
105#endif
106
107#else
108#error "Multiple inclusions of dr_49.h"
109#endif /* DR_49_H_ */
uint8_t iso_639_language_code_t[3]
ISO639 three letter language codes.
Definition descriptor.h:53
dvbpsi_descriptor_t * dvbpsi_GenCountryAvailabilityDr(dvbpsi_country_availability_dr_t *p_decoded, bool b_duplicate)
"country availability" descriptor generator.
struct dvbpsi_country_availability_dr_s dvbpsi_country_availability_dr_t
dvbpsi_country_availability_dr_t type definition.
dvbpsi_country_availability_dr_t * dvbpsi_DecodeCountryAvailability(dvbpsi_descriptor_t *p_descriptor)
"country availability" descriptor decoder.
dvbpsi_country_availability_dr_s type definition
Definition dr_49.h:61
iso_639_language_code_t iso_639_code
Definition dr_49.h:66
bool b_country_availability_flag
Definition dr_49.h:62
uint8_t i_code_count
Definition dr_49.h:63
struct dvbpsi_country_availability_dr_s::@2 code[84]
"country availability" descriptor structure.
Descriptor structure.
Definition descriptor.h:83