libdvbpsi 1.3.2
dr_a1.h
Go to the documentation of this file.
1/*
2Copyright (C) 2012 Yonathan Yusim
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_a1.h
19
20Service Location Descriptor.
21
22*/
23
30#ifndef _DVBPSI_DR_A1_H_
31#define _DVBPSI_DR_A1_H_
32
33#ifdef __cplusplus
34extern "C"
35{
36#endif
37
38/*****************************************************************************
39 * dvbpsi_service_location_element_s
40 *****************************************************************************/
57
58/*****************************************************************************
59 * dvbpsi_service_location_dr_s
60 *****************************************************************************/
80
81
82/*****************************************************************************
83 * dvbpsi_DecodeServiceLocationDr
84 *****************************************************************************/
95
96/*****************************************************************************
97 * dvbpsi_GenServiceLocationDr
98 *****************************************************************************/
111 bool b_duplicate);
112
113
114#ifdef __cplusplus
115}
116#endif
117
118#else
119#error "Multiple inclusions of dr_a1.h"
120#endif
dvbpsi_service_location_dr_t * dvbpsi_DecodeServiceLocationDr(dvbpsi_descriptor_t *p_descriptor)
"service location" descriptor decoder.
struct dvbpsi_service_location_dr_s dvbpsi_service_location_dr_t
dvbpsi_service_location_dr_t type definition.
dvbpsi_descriptor_t * dvbpsi_GenServiceLocationDr(dvbpsi_service_location_dr_t *p_decoded, bool b_duplicate)
"service" descriptor generator.
struct dvbpsi_service_location_element_s dvbpsi_service_location_element_t
dvbpsi_service_location_element_t typedefinition.
Descriptor structure.
Definition descriptor.h:83
"service" descriptor structure.
Definition dr_a1.h:73
uint16_t i_pcr_pid
Definition dr_a1.h:74
uint8_t i_number_elements
Definition dr_a1.h:75
dvbpsi_service_location_element_t elements[0xff]
Definition dr_a1.h:77
"service location element" structure
Definition dr_a1.h:52
uint16_t i_elementary_pid
Definition dr_a1.h:54
uint8_t i_stream_type
Definition dr_a1.h:53
char i_iso_639_code[3]
Definition dr_a1.h:55