Main Page | Modules | Data Structures | Data Fields | Related Pages | Examples

Deprecated List

Global vbi_teletext_set_level (vbi_decoder *vbi, int level)
This became a parameter of vbi_fetch_vt_page().

Global vbi_is_cached (vbi_decoder *vbi, 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.

Global vbi_cache_hi_subno (vbi_decoder *vbi, int pgno)
Rationale same as vbi_is_cached().

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_capture_dvb_new (char *dev, int scanning, unsigned int *services, int strict, char **errstr, vbi_bool trace)
This function is deprecated. Use vbi_capture_dvb_new2() instead.

Global VBI_SLICED_TELETEXT_BD_525
This service was misdefined. Use VBI_SLICED_TELETEXT_B_525 or VBI_SLICED_TELETEXT_D_525 in new code.

Generated on Tue Nov 29 12:50:45 2005 for ZVBI Library by doxygen 1.3.4