|
VLC 4.0.0-dev
|
#include <input_internal.h>
Data Fields | ||
| input_event_type_e | type | |
| union { | ||
| struct vlc_input_event_state state | ||
| float rate | ||
| int capabilities | ||
| cf. More... | ||
| struct vlc_input_event_times times | ||
| struct vlc_input_event_output_clock output_clock | ||
| struct vlc_input_event_title title | ||
| struct vlc_input_event_chapter chapter | ||
| struct vlc_input_event_program program | ||
| struct vlc_input_event_es es | ||
| bool record | ||
| const struct input_stats_t * stats | ||
| struct vlc_input_event_signal signal | ||
| float cache | ||
| struct vlc_input_event_vout vout | ||
| input_item_node_t * subitems | ||
| unsigned vbi_page | ||
| bool vbi_transparent | ||
| float subs_fps | ||
| picture_t * thumbnail | ||
| struct vlc_input_event_attachments attachments | ||
| int nav_type | ||
| }; | ||
| union { ... } vlc_input_event |
| struct vlc_input_event_attachments vlc_input_event::attachments |
Referenced by input_item_parser_InputEvent(), and input_thread_Events().
| float vlc_input_event::cache |
Referenced by input_thread_Events().
| int vlc_input_event::capabilities |
cf.
VLC_INPUT_CAPABILITIES_* bitwise flags
| struct vlc_input_event_chapter vlc_input_event::chapter |
Referenced by input_thread_Events().
| struct vlc_input_event_es vlc_input_event::es |
Referenced by input_thread_Events().
| int vlc_input_event::nav_type |
Referenced by input_thread_Events().
| struct vlc_input_event_output_clock vlc_input_event::output_clock |
Referenced by input_thread_Events().
| struct vlc_input_event_program vlc_input_event::program |
Referenced by input_thread_Events().
| float vlc_input_event::rate |
| bool vlc_input_event::record |
| struct vlc_input_event_signal vlc_input_event::signal |
| struct vlc_input_event_state vlc_input_event::state |
Referenced by input_thread_Events(), and on_thumbnailer_input_event().
| const struct input_stats_t* vlc_input_event::stats |
| input_item_node_t* vlc_input_event::subitems |
Referenced by input_item_parser_InputEvent(), and input_thread_Events().
| float vlc_input_event::subs_fps |
| picture_t* vlc_input_event::thumbnail |
Referenced by on_thumbnailer_input_event().
| struct vlc_input_event_times vlc_input_event::times |
Referenced by input_item_parser_InputEvent(), and input_thread_Events().
| struct vlc_input_event_title vlc_input_event::title |
Referenced by input_thread_Events().
| input_event_type_e vlc_input_event::type |
| unsigned vlc_input_event::vbi_page |
| bool vlc_input_event::vbi_transparent |
| struct vlc_input_event_vout vlc_input_event::vout |
Referenced by input_thread_Events().