libdvbv5 1.22.1
Library to work with Digital TV devices on Linux
desc_partial_reception.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2013 - Mauro Carvalho Chehab <mchehab@kernel.org>
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU Lesser General Public License as published by
6 * the Free Software Foundation version 2.1 of the License.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU Lesser General Public License for more details.
12 *
13 * You should have received a copy of the GNU Lesser General Public License
14 * along with this program; if not, write to the Free Software
15 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
16 * Or, point your browser to http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
17 *
18 * Described on IEC/CENELEC DS/EN 62216-1:2011
19 *
20 * I couldn't find the original version, so I used what's there at:
21 * http://tdt.telecom.pt/recursos/apresentacoes/Signalling Specifications for DTT deployment in Portugal.pdf
22 */
23
43#ifndef _PARTIAL_RECEPTION_H
44#define _PARTIAL_RECEPTION_H
45
47
56 uint16_t service_id;
57} __attribute__((packed));
58
72 uint8_t type;
73 uint8_t length;
74 struct dvb_desc *next;
75
77} __attribute__((packed));
78
79struct dvb_v5_fe_parms;
80
81#ifdef __cplusplus
82extern "C" {
83#endif
84
101 const uint8_t *buf, struct dvb_desc *desc);
102
111 const struct dvb_desc *desc);
112
120
121#ifdef __cplusplus
122}
123#endif
124
125#endif
Provides a way to handle MPEG-TS descriptors found on Digital TV streams.
int isdb_desc_partial_reception_init(struct dvb_v5_fe_parms *parms, const uint8_t *buf, struct dvb_desc *desc)
Initializes and parses the ISDB-T partial reception descriptor.
void isdb_desc_partial_reception_free(struct dvb_desc *desc)
Frees all data allocated by the ISDB-T partial reception descriptor.
void isdb_desc_partial_reception_print(struct dvb_v5_fe_parms *parms, const struct dvb_desc *desc)
Prints the content of the ISDB-T partial reception descriptor.
Linked list containing the several descriptors found on a MPEG-TS table.
Definition: descriptors.h:117
Keeps data needed to handle the DVB frontend.
Definition: dvb-fe.h:117
Structure containing the partial reception descriptor.
struct isdb_partial_reception_service_id * partial_reception
Service ID that uses partial reception.