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

MPEG-TS PAT table. More...

#include <pat.h>

Collaboration diagram for dvb_table_pat:

Data Fields

struct dvb_table_header header
 
uint16_t programs
 
struct dvb_table_pat_programprogram
 

Detailed Description

MPEG-TS PAT table.

Parameters
headerstruct dvb_table_header content
programsnumber of programs
programpointer to struct dvb_table_pat_program

This structure is used to store the original PAT 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_pat_program::program (including it) won't be bit-mapped to the data parsed from the MPEG TS. So, metadata are added there.

Definition at line 108 of file pat.h.

Field Documentation

struct dvb_table_header dvb_table_pat::header

Definition at line 109 of file pat.h.

struct dvb_table_pat_program* dvb_table_pat::program

Definition at line 111 of file pat.h.

uint16_t dvb_table_pat::programs

Definition at line 110 of file pat.h.


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