VLC 4.0.0-dev
|
#include <input_internal.h>
Data Fields | |
vlc_value_t | val |
vlc_viewpoint_t | viewpoint |
vlc_es_id_t * | id |
struct { | |
enum es_format_category_e cat | |
vlc_es_id_t ** ids | |
} | list |
struct { | |
bool b_fast_seek | |
vlc_tick_t i_val | |
} | time |
struct { | |
bool b_fast_seek | |
double f_val | |
} | pos |
struct { | |
enum es_format_category_e cat | |
vlc_tick_t delay | |
} | cat_delay |
struct { | |
enum es_format_category_e cat | |
char * str_ids | |
} | cat_ids |
struct { | |
vlc_es_id_t * id | |
vlc_tick_t delay | |
} | es_delay |
struct { | |
vlc_es_id_t * id | |
unsigned page | |
} | vbi_page |
struct { | |
vlc_es_id_t * id | |
bool enabled | |
} | vbi_transparency |
struct { | |
bool enabled | |
char * dir_path | |
} | record_state |
bool input_control_param_t::b_fast_seek |
Referenced by Control(), input_SetPosition(), and input_SetTime().
enum es_format_category_e input_control_param_t::cat |
Referenced by Control().
struct { ... } input_control_param_t::cat_delay |
Referenced by Control(), and input_SetEsCatDelay().
struct { ... } input_control_param_t::cat_ids |
Referenced by Control(), ControlRelease(), and input_SetEsCatIds().
vlc_tick_t input_control_param_t::delay |
Referenced by Control().
char* input_control_param_t::dir_path |
Referenced by Control(), and ControlRelease().
bool input_control_param_t::enabled |
Referenced by Control().
struct { ... } input_control_param_t::es_delay |
Referenced by Control(), and vlc_player_SetEsIdDelay().
double input_control_param_t::f_val |
Referenced by Control(), ControlGetReducedIndexLocked(), and input_SetPosition().
vlc_tick_t input_control_param_t::i_val |
Referenced by Control(), ControlGetReducedIndexLocked(), and input_SetTime().
vlc_es_id_t* input_control_param_t::id |
Referenced by Control(), and ControlRelease().
vlc_es_id_t** input_control_param_t::ids |
Referenced by Control(), and ControlRelease().
struct { ... } input_control_param_t::list |
Referenced by Control(), and ControlRelease().
unsigned input_control_param_t::page |
Referenced by Control().
struct { ... } input_control_param_t::pos |
Referenced by Control(), ControlGetReducedIndexLocked(), and input_SetPosition().
struct { ... } input_control_param_t::record_state |
Referenced by Control(), ControlRelease(), and vlc_player_SetRecordingEnabled().
char* input_control_param_t::str_ids |
Referenced by Control(), and ControlRelease().
struct { ... } input_control_param_t::time |
Referenced by Control(), ControlGetReducedIndexLocked(), and input_SetTime().
vlc_value_t input_control_param_t::val |
Referenced by Control(), ControlRelease(), input_ControlPushHelper(), and MainLoop().
struct { ... } input_control_param_t::vbi_page |
Referenced by Control().
struct { ... } input_control_param_t::vbi_transparency |
Referenced by Control().
vlc_viewpoint_t input_control_param_t::viewpoint |
Referenced by Control(), ControlGetReducedIndexLocked(), input_resource_RequestVout(), and vlc_player_UpdateViewpoint().