Modules | |
Search | |
Search the Teletext page cache. | |
Functions | |
void | vbi_unref_page (vbi_page *pg) |
int | vbi_is_cached (vbi_decoder *vbi, int pgno, int subno) |
int | vbi_cache_hi_subno (vbi_decoder *vbi, int pgno) |
vbi_bool | vbi_fetch_cc_page (vbi_decoder *vbi, vbi_page *pg, vbi_pgno pgno, vbi_bool reset) |
vbi_bool | vbi_fetch_vt_page (vbi_decoder *vbi, vbi_page *pg, vbi_pgno pgno, vbi_subno subno, vbi_wst_level max_level, int display_rows, vbi_bool navigation) |
vbi_bool | vbi_page_title (vbi_decoder *vbi, int pgno, int subno, char *buf) |
|
|
|
|
|
|
|
VBI_EVENT_CAPTION event to be notified about pending changes (in case of "roll-up" mode that is with each new word received) and the vbi_page->dirty fields will mark the lines actually in need of updates, to speed up rendering.
Although safe to do, this function is not supposed to be called from an event handler, since rendering may block decoding for extended periods of time.
|
|
Although safe to do, this function is not supposed to be called from an event handler since rendering may block decoding for extended periods of time.
|
|
|