VLC
4.0.0-dev
|
Functions | |
int | input_Control (input_thread_t *p_input, int i_query,...) |
Control function for inputs. More... | |
int | input_vaControl (input_thread_t *p_input, int i_query, va_list args) |
int input_Control | ( | input_thread_t * | p_input, |
int | i_query, | ||
... | |||
) |
Control function for inputs.
p_input | input handle |
i_query | query type |
References input_vaControl().
Referenced by Create(), input_AddSlave(), input_GetAout(), input_GetEsObjects(), input_GetPcrSystem(), input_GetVout(), input_ModifyPcrSystem(), input_resource_GetVout(), and input_UpdateViewpoint().
int input_vaControl | ( | input_thread_t * | p_input, |
int | i_query, | ||
va_list | args | ||
) |
References _, asprintf(), input_item_slave::b_forced, input_thread_private_t::bookmark, count, es_out_Control(), es_out_ControlGetPcrSystem(), es_out_ControlModifyPcrSystem(), ES_OUT_GET_ES_OBJECTS_BY_ID, input_thread_private_t::i_bookmark, vlc_value_t::i_int, input_thread_private_t::i_title, INPUT_ADD_BOOKMARK, INPUT_ADD_SLAVE, INPUT_CHANGE_BOOKMARK, INPUT_CLEAR_BOOKMARKS, INPUT_CONTROL_ADD_SLAVE, INPUT_CONTROL_NAV_ACTIVATE, INPUT_CONTROL_RESTART_ES_BY_ID, INPUT_CONTROL_SET_BOOKMARK, INPUT_CONTROL_SET_INITIAL_VIEWPOINT, INPUT_CONTROL_SET_RENDERER, INPUT_CONTROL_SET_VIEWPOINT, INPUT_CONTROL_UPDATE_VIEWPOINT, input_ControlPush(), input_ControlPushHelper(), INPUT_DEL_BOOKMARK, INPUT_GET_AOUT, INPUT_GET_BOOKMARK, INPUT_GET_BOOKMARKS, INPUT_GET_ES_OBJECTS, INPUT_GET_FULL_TITLE_INFO, INPUT_GET_PCR_SYSTEM, INPUT_GET_VOUTS, input_GetVout(), input_item_slave_New(), INPUT_MODIFY_PCR_SYSTEM, INPUT_NAV_ACTIVATE, INPUT_NAV_DOWN, INPUT_NAV_LEFT, INPUT_NAV_MENU, INPUT_NAV_POPUP, INPUT_NAV_RIGHT, INPUT_NAV_UP, input_priv(), input_resource_HoldAout(), input_resource_HoldVouts(), INPUT_RESTART_ES_BY_ID, input_SendEventBookmark(), INPUT_SET_BOOKMARK, INPUT_SET_INITIAL_VIEWPOINT, INPUT_SET_RENDERER, INPUT_UPDATE_VIEWPOINT, input_item_t::lock, msg_Err, vlc_value_t::p_address, input_thread_private_t::p_es_out_display, input_thread_private_t::p_item, input_thread_private_t::p_resource, input_thread_private_t::pp_bookmark, seekpoint_t::psz_name, SLAVE_PRIORITY_USER, SLAVE_TYPE_AUDIO, SLAVE_TYPE_SPU, subtitles_Filter(), TAB_APPEND, TAB_CLEAN, TAB_REMOVE, input_thread_private_t::title, unlikely, input_control_param_t::viewpoint, vlc_alloc(), VLC_EGENERIC, VLC_ENOMEM, vlc_gettext(), vlc_input_title_Duplicate(), vlc_mutex_lock(), vlc_mutex_unlock(), vlc_renderer_item_hold(), vlc_seekpoint_Delete(), vlc_seekpoint_Duplicate(), VLC_SUCCESS, vout_OSDMessage(), vout_Release(), and VOUT_SPU_CHANNEL_OSD.
Referenced by input_Control().