| VLC
    3.0.18
    | 

| Data Fields | |
| picture_t *(* | pf_read )(image_handler_t *, block_t *, const 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 *, const video_format_t *, const video_format_t *) | 
| int(* | pf_write_url )(image_handler_t *, picture_t *, const video_format_t *, video_format_t *, const char *) | 
| picture_t *(* | pf_convert )(image_handler_t *, picture_t *, const video_format_t *, video_format_t *) | 
| vlc_object_t * | p_parent | 
| decoder_t * | p_dec | 
| encoder_t * | p_enc | 
| filter_t * | p_filter | 
| picture_fifo_t * | outfifo | 
| picture_fifo_t* image_handler_t::outfifo | 
Referenced by image_HandlerCreate(), image_HandlerDelete(), ImageQueueVideo(), and ImageRead().
| decoder_t* image_handler_t::p_dec | 
Referenced by image_HandlerDelete(), and ImageRead().
| encoder_t* image_handler_t::p_enc | 
Referenced by image_HandlerDelete(), and ImageWrite().
| filter_t* image_handler_t::p_filter | 
Referenced by image_HandlerDelete(), ImageConvert(), ImageRead(), and ImageWrite().
| vlc_object_t* image_handler_t::p_parent | 
Referenced by image_HandlerCreate(), ImageConvert(), ImageRead(), ImageReadUrl(), ImageWrite(), and ImageWriteUrl().
| picture_t*(* image_handler_t::pf_convert) (image_handler_t *, picture_t *, const video_format_t *, video_format_t *) | 
Referenced by image_HandlerCreate().
| picture_t*(* image_handler_t::pf_read) (image_handler_t *, block_t *, const video_format_t *, video_format_t *) | 
Referenced by image_HandlerCreate().
| picture_t*(* image_handler_t::pf_read_url) (image_handler_t *, const char *, video_format_t *, video_format_t *) | 
Referenced by image_HandlerCreate().
| block_t*(* image_handler_t::pf_write) (image_handler_t *, picture_t *, const video_format_t *, const video_format_t *) | 
Referenced by image_HandlerCreate().
| int(* image_handler_t::pf_write_url) (image_handler_t *, picture_t *, const video_format_t *, video_format_t *, const char *) | 
Referenced by image_HandlerCreate().
 1.8.16
 1.8.16