libdvbpsi 1.3.2
dr_86.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_86.h
19
20Decode Caption Service Descriptor.
21
22*/
23
29
30#ifndef _DR_86_H
31#define _DR_86_H
32
33#ifdef __cplusplus
34extern "C" {
35#endif
36
37/*****************************************************************************
38 * dvbpsi_caption_service_t
39 *****************************************************************************/
59
60/*****************************************************************************
61 * dvbpsi_caption_service_dr_s
62 *****************************************************************************/
78
79/*****************************************************************************
80 * dvbpsi_DecodeCaptionServiceDr
81 *****************************************************************************/
90
91#ifdef __cplusplus
92}
93#endif
94
95#endif
96
struct dvbpsi_descriptor_s dvbpsi_descriptor_t
dvbpsi_descriptor_t type definition.
dvbpsi_caption_service_dr_t * dvbpsi_DecodeCaptionServiceDr(dvbpsi_descriptor_t *p_descriptor)
Decode a Caption Service descriptor (tag 0x86)
struct dvbpsi_caption_service_s dvbpsi_caption_service_t
dvbpsi_caption_service_t type definition.
struct dvbpsi_caption_service_dr_s dvbpsi_caption_service_dr_t
dvbpsi_caption_service_dr_t type definition.
Caption Service Descriptor.
Definition dr_86.h:74
uint8_t i_number_of_services
Definition dr_86.h:75
dvbpsi_caption_service_t services[0x1f]
Definition dr_86.h:76
Caption Service.
Definition dr_86.h:51
int b_line21_field
Definition dr_86.h:54
int b_easy_reader
Definition dr_86.h:56
int b_digital_cc
Definition dr_86.h:53
int b_wide_aspect_ratio
Definition dr_86.h:57
uint16_t i_caption_service_number
Definition dr_86.h:55
char i_iso_639_code[3]
Definition dr_86.h:52