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

Describes the PES filters used by DVB scan. More...

#include <dvb-scan.h>

Data Fields

unsigned char tid
 
uint16_t pid
 
int ts_id
 
void ** table
 
int allow_section_gaps
 
void * priv
 

Detailed Description

Describes the PES filters used by DVB scan.

Parameters
tidTable ID
pidProgram ID
ts_idTable section ID (for multisession filtering). If no specific table section is needed, -1 should be used
tablepointer to a pointer for the table struct to be filled
allow_section_gapsAllow non-continuous section numbering
privInternal structure used inside the DVB core. shouldn't be touched externally.

Definition at line 122 of file dvb-scan.h.

Field Documentation

int dvb_table_filter::allow_section_gaps

Definition at line 129 of file dvb-scan.h.

uint16_t dvb_table_filter::pid

Definition at line 125 of file dvb-scan.h.

void* dvb_table_filter::priv

Definition at line 136 of file dvb-scan.h.

void** dvb_table_filter::table

Definition at line 127 of file dvb-scan.h.

unsigned char dvb_table_filter::tid

Definition at line 124 of file dvb-scan.h.

int dvb_table_filter::ts_id

Definition at line 126 of file dvb-scan.h.


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