|
VLC
2.1.0-git
|

Functions | |
| static void | UpdateBookmarksOption (input_thread_t *) |
| int | input_Control (input_thread_t *p_input, int i_query,...) |
| Control function for inputs. | |
| 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(), DecoderGetInputAttachments(), EsOutProgramEpg(), EsOutProgramMeta(), EsOutProgramUpdateScrambled(), EsOutUpdateInfo(), input_AddSubtitle(), input_GetAout(), input_GetEsObjects(), input_GetPcrSystem(), input_GetState(), input_GetVout(), input_ModifyPcrSystem(), spu_get_attachments(), and VideoSplitterCallback().
| int input_vaControl | ( | input_thread_t * | p_input, |
| int | i_query, | ||
| va_list | args | ||
| ) |
< No error
< No error
< No error
< No error
< No error
< No error
< No error
< No error
< Unspecified error
< No error
< Unspecified error
< Unspecified error
< No error
< No error
< No error
< No error
< Unspecified error
< No error
< Unspecified error
< No error
< No error
< No error
< No error
< Unspecified error
< No error
< No error
< Unspecified error
< Unspecified error
< No error
< Unspecified error
< No error
< No error
< Unspecified error
< No error
< No error
< No error
< Unspecified error
< No error
< Unspecified error
< No error
< Unspecified error
References _, asprintf(), input_thread_private_t::attachment, input_thread_t::b_preparsing, input_thread_private_t::bookmark, es_out_Control(), es_out_ControlGetPcrSystem(), es_out_ControlModifyPcrSystem(), ES_OUT_GET_ES_OBJECTS_BY_ID, input_thread_private_t::f_fps, input_thread_private_t::i_attachment, input_thread_private_t::i_bookmark, vlc_value_t::i_int, input_thread_private_t::i_title, INPUT_ADD_BOOKMARK, INPUT_ADD_INFO, INPUT_ADD_SLAVE, INPUT_ADD_SUBTITLE, INPUT_CHANGE_BOOKMARK, INPUT_CLEAR_BOOKMARKS, INPUT_CONTROL_ADD_SLAVE, INPUT_CONTROL_ADD_SUBTITLE, INPUT_CONTROL_NAV_ACTIVATE, INPUT_CONTROL_RESTART_ES, INPUT_CONTROL_SET_BOOKMARK, input_ControlPush(), INPUT_DEL_BOOKMARK, INPUT_DEL_INFO, INPUT_GET_AOUT, INPUT_GET_ATTACHMENT, INPUT_GET_ATTACHMENTS, INPUT_GET_AUDIO_DELAY, INPUT_GET_BOOKMARK, INPUT_GET_BOOKMARKS, INPUT_GET_ES_OBJECTS, INPUT_GET_INFO, INPUT_GET_LENGTH, INPUT_GET_PCR_SYSTEM, INPUT_GET_POSITION, INPUT_GET_RATE, INPUT_GET_RECORD_STATE, INPUT_GET_SPU_DELAY, INPUT_GET_STATE, INPUT_GET_TIME, INPUT_GET_TITLE_INFO, INPUT_GET_VIDEO_FPS, INPUT_GET_VOUTS, input_item_AddInfo(), input_item_DelInfo(), input_item_GetInfo(), input_item_MergeInfos(), input_item_ReplaceInfos(), input_item_SetName(), INPUT_MERGE_INFOS, INPUT_MODIFY_PCR_SYSTEM, INPUT_NAV_ACTIVATE, INPUT_NAV_DOWN, INPUT_NAV_LEFT, INPUT_NAV_RIGHT, INPUT_NAV_UP, INPUT_RATE_DEFAULT, INPUT_REPLACE_INFOS, input_resource_HoldAout(), input_resource_HoldVouts(), INPUT_RESTART_ES, input_SendEventMetaInfo(), input_SendEventMetaName(), INPUT_SET_AUDIO_DELAY, INPUT_SET_BOOKMARK, INPUT_SET_NAME, INPUT_SET_POSITION, INPUT_SET_RATE, INPUT_SET_RECORD_STATE, INPUT_SET_SPU_DELAY, INPUT_SET_STATE, INPUT_SET_TIME, input_item_t::lock, msg_Err, input_thread_t::p, 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, input_attachment_t::psz_name, psz_name, vlc_value_t::psz_string, psz_value, strdup(), subtitles_Filter(), TAB_APPEND, TAB_REMOVE, input_thread_private_t::title, UpdateBookmarksOption(), var_GetBool, var_GetFloat, var_GetInteger, var_GetTime, var_SetBool, var_SetFloat, var_SetInteger, var_SetTime, vasprintf(), VLC_EGENERIC, vlc_input_attachment_Duplicate(), vlc_input_title_Duplicate(), vlc_mutex_lock(), vlc_mutex_unlock(), vlc_seekpoint_Delete(), vlc_seekpoint_Duplicate(), and VLC_SUCCESS.
Referenced by input_Control().
|
static |
References input_thread_private_t::i_bookmark, seekpoint_t::i_byte_offset, vlc_value_t::i_int, seekpoint_t::i_time_offset, input_item_AddOption(), input_SendEventBookmark(), input_item_t::lock, input_thread_t::p, input_thread_private_t::p_item, input_thread_private_t::pp_bookmark, seekpoint_t::psz_name, vlc_value_t::psz_string, psz_value, text, var_Change, VLC_INPUT_OPTION_UNIQUE, vlc_mutex_lock(), vlc_mutex_unlock(), VLC_VAR_ADDCHOICE, and VLC_VAR_CLEARCHOICES.
Referenced by input_vaControl().
1.8.1.2