libdvbv5  1.30.1
Library to work with Digital TV devices on Linux
pmt.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2011-2012 - 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 
39 #ifndef _PMT_H
40 #define _PMT_H
41 
42 #include <stdint.h>
43 #include <unistd.h> /* ssize_t */
44 
45 #include <libdvbv5/header.h>
46 
52 #define DVB_TABLE_PMT 0x02
53 
101  stream_video = 0x01,
103  stream_audio = 0x03,
107  stream_mheg = 0x07,
108  stream_h222 = 0x08,
135 };
136 
141 extern const char *pmt_stream_name[];
142 
167  uint8_t type;
168  union {
169  uint16_t bitfield;
170  struct {
171  uint16_t elementary_pid:13;
172  uint16_t reserved:3;
173  } __attribute__((packed));
174  } __attribute__((packed));
175  union {
176  uint16_t bitfield2;
177  struct {
178  uint16_t desc_length:10;
179  uint16_t zero:2;
180  uint16_t reserved2:4;
181  } __attribute__((packed));
182  } __attribute__((packed));
185 } __attribute__((packed));
186 
210  union {
211  uint16_t bitfield;
212  struct {
213  uint16_t pcr_pid:13;
214  uint16_t reserved2:3;
215  } __attribute__((packed));
216  } __attribute__((packed));
217 
218  union {
219  uint16_t bitfield2;
220  struct {
221  uint16_t desc_length:10;
222  uint16_t zero3:2;
223  uint16_t reserved3:4;
224  } __attribute__((packed));
225  } __attribute__((packed));
228 } __attribute__((packed));
229 
231 #define dvb_pmt_field_first header
232 
234 #define dvb_pmt_field_last descriptor
235 
243 #define dvb_pmt_stream_foreach(_stream, _pmt) \
244  if (_pmt && _pmt->stream) \
245  for (struct dvb_table_pmt_stream *_stream = _pmt->stream; _stream; _stream = _stream->next) \
246 
247 struct dvb_v5_fe_parms;
248 
249 #ifdef __cplusplus
250 extern "C" {
251 #endif
252 
269 ssize_t dvb_table_pmt_init (struct dvb_v5_fe_parms *parms, const uint8_t *buf,
270  ssize_t buflen, struct dvb_table_pmt **table);
271 
278 void dvb_table_pmt_free(struct dvb_table_pmt *table);
279 
287 void dvb_table_pmt_print(struct dvb_v5_fe_parms *parms,
288  const struct dvb_table_pmt *table);
289 
290 #ifdef __cplusplus
291 }
292 #endif
293 
294 #endif
ITU-T Rec.
Definition: pmt.h:108
struct dvb_desc * descriptor
Definition: pmt.h:183
ITU-T Rec.
Definition: pmt.h:114
Header of a MPEG-TS table.
Definition: header.h:103
uint16_t reserved3
Definition: pmt.h:223
uint16_t reserved2
Definition: pmt.h:214
Provides the MPEG TS table headers.
uint16_t desc_length
Definition: pmt.h:221
uint16_t elementary_pid
Definition: pmt.h:171
uint16_t reserved2
Definition: pmt.h:180
void dvb_table_pmt_print(struct dvb_v5_fe_parms *parms, const struct dvb_table_pmt *table)
Prints the content of the PAT table.
ITU-T Rec.
Definition: pmt.h:106
ISO/IEC 11172 Video.
Definition: pmt.h:101
ISO/IEC 14496-1 SL-packetized stream or FlexMux stream carried in PES packets.
Definition: pmt.h:118
uint16_t bitfield
Definition: pmt.h:169
ISO/IEC 13818-6 type B.
Definition: pmt.h:111
uint16_t bitfield2
Definition: pmt.h:176
MPEG-TS PMT stream table.
Definition: pmt.h:166
ISO/IEC 11172 Audio.
Definition: pmt.h:103
ITU-T Rec.
Definition: pmt.h:102
uint16_t bitfield2
Definition: pmt.h:219
ISO/IEC 14496-2 Visual.
Definition: pmt.h:116
ISO/IEC 13818-6 type D.
Definition: pmt.h:113
ISO/IEC 14496-1 SL-packetized stream or FlexMux stream carried in ISO/IEC14496_sections.
Definition: pmt.h:119
const char * pmt_stream_name[]
Converts from enum dvb_streams into a string.
Keeps data needed to handle the DVB frontend.
Definition: dvb-fe.h:117
ISO/IEC 13818-3 Audio.
Definition: pmt.h:104
MPEG-TS PMT table.
Definition: pmt.h:208
ISO/IEC 13522 MHEG.
Definition: pmt.h:107
ISO/IEC 13818-6 type A.
Definition: pmt.h:110
uint8_t type
Definition: pmt.h:167
ISO/IEC 13818-7 Audio with ADTS transport syntax.
Definition: pmt.h:115
uint16_t reserved
Definition: pmt.h:172
Linked list containing the several descriptors found on a MPEG-TS table.
Definition: descriptors.h:117
ITU-T Rec.
Definition: pmt.h:105
ISO/IEC 13818-6 Synchronized Download Protocol.
Definition: pmt.h:120
void dvb_table_pmt_free(struct dvb_table_pmt *table)
Frees all data allocated by the PMT table parser.
uint16_t desc_length
Definition: pmt.h:178
ISO/IEC 13818-6 type C.
Definition: pmt.h:112
struct dvb_desc * descriptor
Definition: pmt.h:226
ISO/IEC 14496-3 Audio with the LATM transport syntax as defined in ISO/IEC 14496-3 / AMD 1...
Definition: pmt.h:117
struct dvb_table_header header
Definition: pmt.h:209
uint16_t zero3
Definition: pmt.h:222
struct dvb_table_pmt_stream * next
Definition: pmt.h:184
struct dvb_table_pmt_stream * stream
Definition: pmt.h:227
dvb_streams
Add support for MPEG-TS Stream types.
Definition: pmt.h:100
uint16_t pcr_pid
Definition: pmt.h:213
uint16_t bitfield
Definition: pmt.h:211
uint16_t zero
Definition: pmt.h:179
ssize_t dvb_table_pmt_init(struct dvb_v5_fe_parms *parms, const uint8_t *buf, ssize_t buflen, struct dvb_table_pmt **table)
Initializes and parses PMT table.
ITU-T Rec.
Definition: pmt.h:109