image_handler_t Struct Reference

Collaboration diagram for image_handler_t:

Collaboration graph
[legend]

Data Fields

picture_t *(* pf_read )(image_handler_t *, block_t *, video_format_t *, video_format_t *)
picture_t *(* pf_read_url )(image_handler_t *, const char *, video_format_t *, video_format_t *)
block_t *(* pf_write )(image_handler_t *, picture_t *, video_format_t *, video_format_t *)
int(* pf_write_url )(image_handler_t *, picture_t *, video_format_t *, video_format_t *, const char *)
picture_t *(* pf_convert )(image_handler_t *, picture_t *, video_format_t *, video_format_t *)
picture_t *(* pf_filter )(image_handler_t *, picture_t *, video_format_t *, const char *)
vlc_object_tp_parent
decoder_tp_dec
encoder_tp_enc
filter_tp_filter

Field Documentation

picture_t*(* image_handler_t::pf_read)(image_handler_t *, block_t *, video_format_t *, video_format_t *)

picture_t*(* image_handler_t::pf_read_url)(image_handler_t *, const char *, video_format_t *, video_format_t *)

block_t*(* image_handler_t::pf_write)(image_handler_t *, picture_t *, video_format_t *, video_format_t *)

int(* image_handler_t::pf_write_url)(image_handler_t *, picture_t *, video_format_t *, video_format_t *, const char *)

picture_t*(* image_handler_t::pf_convert)(image_handler_t *, picture_t *, video_format_t *, video_format_t *)

picture_t*(* image_handler_t::pf_filter)(image_handler_t *, picture_t *, video_format_t *, const char *)

vlc_object_t* image_handler_t::p_parent

decoder_t* image_handler_t::p_dec

encoder_t* image_handler_t::p_enc

filter_t* image_handler_t::p_filter


The documentation for this struct was generated from the following file:
Generated on Wed Aug 13 09:09:11 2008 for VLC by  doxygen 1.5.1