libdvbv5
1.18.1
Library to work with Digital TV devices on Linux
lib
include
libdvbv5
desc_service.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2011-2014 - Mauro Carvalho Chehab
3
* Copyright (c) 2012 - Andre Roth <neolynx@gmail.com>
4
*
5
* This program is free software; you can redistribute it and/or modify
6
* it under the terms of the GNU Lesser General Public License as published by
7
* the Free Software Foundation version 2.1 of the License.
8
*
9
* This program 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
12
* GNU Lesser General Public License for more details.
13
*
14
* You should have received a copy of the GNU Lesser General Public License
15
* along with this program; if not, write to the Free Software
16
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17
* Or, point your browser to http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
18
*
19
*/
20
37
#ifndef _DESC_SERVICE_H
38
#define _DESC_SERVICE_H
39
40
#include <
libdvbv5/descriptors.h
>
41
60
struct
dvb_desc_service
{
61
uint8_t
type
;
62
uint8_t
length
;
63
struct
dvb_desc
*
next
;
64
65
uint8_t
service_type
;
66
char
*
name
;
67
char
*
name_emph
;
68
char
*
provider
;
69
char
*
provider_emph
;
70
} __attribute__((packed));
71
72
struct
dvb_v5_fe_parms
;
73
74
#ifdef __cplusplus
75
extern
"C"
{
76
#endif
77
93
int
dvb_desc_service_init
(
struct
dvb_v5_fe_parms
*parms,
94
const
uint8_t *buf,
struct
dvb_desc
*desc);
95
103
void
dvb_desc_service_print
(
struct
dvb_v5_fe_parms
*parms,
104
const
struct
dvb_desc
*desc);
105
112
void
dvb_desc_service_free
(
struct
dvb_desc
*desc);
113
114
#ifdef __cplusplus
115
}
116
#endif
117
118
#endif
dvb_desc_service::name_emph
char * name_emph
Definition:
desc_service.h:67
dvb_desc_service_print
void dvb_desc_service_print(struct dvb_v5_fe_parms *parms, const struct dvb_desc *desc)
Prints the content of the service descriptor.
dvb_desc_service::provider
char * provider
Definition:
desc_service.h:68
dvb_desc_service
Structure containing the service descriptor.
Definition:
desc_service.h:60
dvb_desc_service::service_type
uint8_t service_type
Definition:
desc_service.h:65
dvb_desc_service::name
char * name
Definition:
desc_service.h:66
dvb_desc_service::next
struct dvb_desc * next
Definition:
desc_service.h:63
dvb_desc_service_init
int dvb_desc_service_init(struct dvb_v5_fe_parms *parms, const uint8_t *buf, struct dvb_desc *desc)
Initializes and parses the service descriptor.
dvb_desc_service::length
uint8_t length
Definition:
desc_service.h:62
dvb_desc_service::provider_emph
char * provider_emph
Definition:
desc_service.h:69
dvb_v5_fe_parms
Keeps data needed to handle the DVB frontend.
Definition:
dvb-fe.h:117
dvb_desc_service::type
uint8_t type
Definition:
desc_service.h:61
dvb_desc_service_free
void dvb_desc_service_free(struct dvb_desc *desc)
Frees all data allocated by the service descriptor.
descriptors.h
Provides a way to handle MPEG-TS descriptors found on Digital TV streams.
dvb_desc
Linked list containing the several descriptors found on a MPEG-TS table.
Definition:
descriptors.h:117
Generated by
1.8.17