|
libdvbpsi
0.2.2
|
PSI decoder structure. More...

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_t * | p_current_section |
| int | i_need |
| int | b_complete_header |
PSI decoder structure.
This structure shouldn't be used but if you want to write an external decoder.
| 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
1.8.3.1