
Functions | |
| static void | Trigger (vlm_t *, int i_type, int64_t id, const char *psz_name) |
| static void | TriggerInstanceState (vlm_t *, int i_type, int64_t id, const char *psz_name, const char *psz_instance_name, input_state_e input_state) |
| void | vlm_SendEventMediaAdded (vlm_t *p_vlm, int64_t id, const char *psz_name) |
| void | vlm_SendEventMediaRemoved (vlm_t *p_vlm, int64_t id, const char *psz_name) |
| void | vlm_SendEventMediaChanged (vlm_t *p_vlm, int64_t id, const char *psz_name) |
| void | vlm_SendEventMediaInstanceStarted (vlm_t *p_vlm, int64_t id, const char *psz_name) |
| void | vlm_SendEventMediaInstanceStopped (vlm_t *p_vlm, int64_t id, const char *psz_name) |
| void | vlm_SendEventMediaInstanceState (vlm_t *p_vlm, int64_t id, const char *psz_name, const char *psz_instance_name, input_state_e state) |
| static void Trigger | ( | vlm_t * | p_vlm, | |
| int | i_type, | |||
| int64_t | id, | |||
| const char * | psz_name | |||
| ) | [static] |
| static void TriggerInstanceState | ( | vlm_t * | p_vlm, | |
| int | i_type, | |||
| int64_t | id, | |||
| const char * | psz_name, | |||
| const char * | psz_instance_name, | |||
| input_state_e | input_state | |||
| ) | [static] |
References var_SetAddress.
Referenced by vlm_SendEventMediaInstanceState().
| void vlm_SendEventMediaAdded | ( | vlm_t * | p_vlm, | |
| int64_t | id, | |||
| const char * | psz_name | |||
| ) |
References Trigger(), and VLM_EVENT_MEDIA_ADDED.
Referenced by vlm_ControlMediaAdd().
| void vlm_SendEventMediaChanged | ( | vlm_t * | p_vlm, | |
| int64_t | id, | |||
| const char * | psz_name | |||
| ) |
References Trigger(), and VLM_EVENT_MEDIA_CHANGED.
Referenced by vlm_OnMediaUpdate().
| void vlm_SendEventMediaInstanceStarted | ( | vlm_t * | p_vlm, | |
| int64_t | id, | |||
| const char * | psz_name | |||
| ) |
References Trigger(), and VLM_EVENT_MEDIA_INSTANCE_STARTED.
Referenced by vlm_ControlMediaInstanceStart().
| void vlm_SendEventMediaInstanceState | ( | vlm_t * | p_vlm, | |
| int64_t | id, | |||
| const char * | psz_name, | |||
| const char * | psz_instance_name, | |||
| input_state_e | state | |||
| ) |
References TriggerInstanceState(), and VLM_EVENT_MEDIA_INSTANCE_STATE.
Referenced by InputEvent().
| void vlm_SendEventMediaInstanceStopped | ( | vlm_t * | p_vlm, | |
| int64_t | id, | |||
| const char * | psz_name | |||
| ) |
References Trigger(), and VLM_EVENT_MEDIA_INSTANCE_STOPPED.
Referenced by vlm_ControlMediaInstanceStart(), and vlm_MediaInstanceDelete().
| void vlm_SendEventMediaRemoved | ( | vlm_t * | p_vlm, | |
| int64_t | id, | |||
| const char * | psz_name | |||
| ) |
References Trigger(), and VLM_EVENT_MEDIA_REMOVED.
Referenced by vlm_ControlMediaDel().
1.7.1