Go to the source code of this file.
Data Structures | |
struct | dvbpsi_decoder_s |
PSI decoder structure. More... | |
Typedefs | |
typedef dvbpsi_decoder_s * | dvbpsi_handle |
Decoder abstration. | |
typedef dvbpsi_psi_section_s | dvbpsi_psi_section_t |
dvbpsi_psi_section_t type definition. | |
typedef void(* | dvbpsi_callback )(dvbpsi_handle p_decoder, dvbpsi_psi_section_t *p_section) |
Callback type definition. | |
typedef dvbpsi_decoder_s | dvbpsi_decoder_t |
dvbpsi_decoder_t type definition. | |
Functions | |
void | dvbpsi_PushPacket (dvbpsi_handle h_dvbpsi, uint8_t *p_data) |
Injection of a TS packet into a PSI decoder. |
>
|
Injection of a TS packet into a PSI decoder.
|