libdvbpsi  0.2.2
Data Fields
dvbpsi_decoder_s Struct Reference

PSI decoder structure. More...

Collaboration diagram for dvbpsi_decoder_s:
Collaboration graph
[legend]

Data Fields

dvbpsi_callback pf_callback
 
void * p_private_decoder
 
int i_section_max_size
 
uint8_t i_continuity_counter
 
int b_discontinuity
 
dvbpsi_psi_section_tp_current_section
 
int i_need
 
int b_complete_header
 

Detailed Description

PSI decoder structure.

This structure shouldn't be used but if you want to write an external decoder.

Field Documentation

int dvbpsi_decoder_s::b_complete_header
      Flag for header

completion

int dvbpsi_decoder_s::b_discontinuity
        Discontinuity

flag

uint8_t dvbpsi_decoder_s::i_continuity_counter
   Continuity

counter

int dvbpsi_decoder_s::i_need

Bytes needed

int dvbpsi_decoder_s::i_section_max_size
     Max size of a

section for this decoder

dvbpsi_psi_section_t* dvbpsi_decoder_s::p_current_section

Current section

void* dvbpsi_decoder_s::p_private_decoder
     specific

decoder

dvbpsi_callback dvbpsi_decoder_s::pf_callback
            PSI decoder's

callback


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