libdvbv5  1.11.0
Library to work with Digital TV devices on Linux
dvb_table_pmt_stream Struct Reference

MPEG-TS PMT stream table. More...

#include <pmt.h>

Collaboration diagram for dvb_table_pmt_stream:

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_descdescriptor
 
struct dvb_table_pmt_streamnext
 

Detailed Description

MPEG-TS PMT stream table.

Parameters
typestream type
elementary_pidelementary pid
desc_lengthdescriptor length
zerozero
descriptorpointer to struct dvb_desc
nextpointer 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.

Definition at line 161 of file pmt.h.

Field Documentation

union { ... }
union { ... }
uint16_t dvb_table_pmt_stream::bitfield

Definition at line 164 of file pmt.h.

uint16_t dvb_table_pmt_stream::bitfield2

Definition at line 171 of file pmt.h.

uint16_t dvb_table_pmt_stream::desc_length

Definition at line 173 of file pmt.h.

struct dvb_desc* dvb_table_pmt_stream::descriptor

Definition at line 178 of file pmt.h.

uint16_t dvb_table_pmt_stream::elementary_pid

Definition at line 166 of file pmt.h.

struct dvb_table_pmt_stream* dvb_table_pmt_stream::next

Definition at line 179 of file pmt.h.

uint16_t dvb_table_pmt_stream::reserved

Definition at line 167 of file pmt.h.

uint16_t dvb_table_pmt_stream::reserved2

Definition at line 175 of file pmt.h.

uint8_t dvb_table_pmt_stream::type

Definition at line 162 of file pmt.h.

uint16_t dvb_table_pmt_stream::zero

Definition at line 174 of file pmt.h.


The documentation for this struct was generated from the following file: