Data Structures | |
| struct | vbi_pfc_block |
| One block of data returned by vbi_pfc_demux_cb(). More... | |
Typedefs | |
| typedef _vbi_pfc_demux | vbi_pfc_demux |
| PFC demultiplexer context. | |
| typedef vbi_bool | vbi_pfc_demux_cb (vbi_pfc_demux *dx, void *user_data, const vbi_pfc_block *block) |
Functions | |
| void | vbi_pfc_demux_reset (vbi_pfc_demux *dx) _vbi_nonnull((1)) |
| vbi_bool | vbi_pfc_demux_feed (vbi_pfc_demux *dx, const uint8_t buffer[42]) |
| vbi_bool | vbi_pfc_demux_feed_frame (vbi_pfc_demux *dx, const vbi_sliced *sliced, unsigned int n_lines) |
| void | vbi_pfc_demux_delete (vbi_pfc_demux *dx) |
| vbi_pfc_demux * | vbi_pfc_demux_new (vbi_pgno pgno, unsigned int stream, vbi_pfc_demux_cb *callback, void *user_data) |
|
|
PFC demultiplexer context. The contents of this structure are private. Call vbi_pfc_demux_new() to allocate a PFC demultiplexer context. |
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
VBI_SLICED_TELETEXT_B_625.
|
|
|
|
|
||||||||||||||||||||
|
|
1.3.9.1