|
VLC 4.0.0-dev
|
Structure describing a video splitter. More...
#include <vlc_video_splitter.h>
Data Fields | |
| struct vlc_object_t | obj |
| module_t * | p_module |
| config_chain_t * | p_cfg |
| video_format_t | fmt |
| int | i_output |
| video_splitter_output_t * | p_output |
| int(* | pf_filter )(video_splitter_t *, picture_t *pp_dst[], picture_t *p_src) |
| int(* | mouse )(video_splitter_t *, int idx, struct vlc_window_mouse_event *) |
| void * | p_sys |
Structure describing a video splitter.
| video_format_t video_splitter_t::fmt |
Referenced by video_splitter_Delete(), and video_splitter_New().
| int video_splitter_t::i_output |
Referenced by video_splitter_DeletePicture(), and video_splitter_NewPicture().
| int(* video_splitter_t::mouse) (video_splitter_t *, int idx, struct vlc_window_mouse_event *) |
Referenced by video_splitter_Mouse().
| struct vlc_object_t video_splitter_t::obj |
| config_chain_t* video_splitter_t::p_cfg |
| module_t* video_splitter_t::p_module |
Referenced by video_splitter_Delete(), and video_splitter_New().
| video_splitter_output_t* video_splitter_t::p_output |
Referenced by video_splitter_NewPicture().
| void* video_splitter_t::p_sys |
| int(* video_splitter_t::pf_filter) (video_splitter_t *, picture_t *pp_dst[], picture_t *p_src) |
Referenced by video_splitter_Filter().