| libdvbv5 1.30.1
    Library to work with Digital TV devices on Linux | 
MPEG-TS PMT stream table. More...
#include <pmt.h>
| Data Fields | ||
| uint8_t | type | |
| union { | ||
| uint16_t bitfield | ||
| struct { | ||
| uint16_t elementary_pid:13 | ||
| uint16_t reserved:3 | ||
| } | ||
| }; | ||
| union { | ||
| uint16_t bitfield2 | ||
| struct { | ||
| uint16_t desc_length:10 | ||
| uint16_t zero:2 | ||
| uint16_t reserved2:4 | ||
| } | ||
| }; | ||
| struct dvb_desc * | descriptor | |
| struct dvb_table_pmt_stream * | next | |
MPEG-TS PMT stream table.
| type | stream type | 
| elementary_pid | elementary pid | 
| desc_length | descriptor length | 
| zero | zero | 
| descriptor | pointer to struct dvb_desc | 
| next | pointer to struct dvb_table_pmt_stream | 
This structure is used to store the original PMT stream table, converting the integer fields to the CPU endianness.
The undocumented parameters are used only internally by the API and/or are fields that are reserved. They shouldn't be used, as they may change on future API releases.
Everything after dvb_table_pmt_stream::descriptor (including it) won't be bit-mapped to the data parsed from the MPEG TS. So, metadata are added there.
| union { ... } dvb_table_pmt_stream | 
| union { ... } dvb_table_pmt_stream | 
| struct dvb_table_pmt_stream* dvb_table_pmt_stream::next |