- Global vbi_cache_hi_subno (vbi_decoder *vbi, int pgno)
- Rationale same as vbi_is_cached().
- Global vbi_capture_dvb_new (char *dev, int scanning, unsigned int *services, int strict, char **errstr, vbi_bool trace) _vbi_deprecated
- This function is deprecated. Use vbi_capture_dvb_new2() instead.
- Global vbi_event_handler_add (vbi_decoder *vbi, int event_mask, vbi_event_handler handler, void *user_data)
- Replaces all existing handlers with this handler function, ignoring user_data. Use vbi_event_handler_register() in new code.
- Global vbi_event_handler_remove (vbi_decoder *vbi, vbi_event_handler handler)
- This functions lacks a user_data parameter. Use vbi_event_handler_register() in new code.
- Global vbi_get_max_rendered_size (int *w, int *h)
- Character cells are 12 x 10 for Teletext and 16 x 26 for Caption. Page size is in vbi_page.
- Global vbi_get_vt_cell_size (int *w, int *h)
- Character cells are 12 x 10 for Teletext and 16 x 26 for Caption.
- Global vbi_is_cached (vbi_decoder *, int pgno, int subno)
- At the moment pages can only be added to the cache but not removed unless the decoder is reset. That will change, making the result volatile in a multithreaded environment.