|
VLC 4.0.0-dev
|
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, vlm_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, vlm_state_e state) |
|
static |
References vlm_event_t::i_type, i_type, psz_name, and var_SetAddress().
Referenced by vlm_SendEventMediaAdded(), vlm_SendEventMediaChanged(), vlm_SendEventMediaInstanceStarted(), vlm_SendEventMediaInstanceStopped(), and vlm_SendEventMediaRemoved().
|
static |
References vlm_event_t::i_type, i_type, psz_name, and var_SetAddress().
Referenced by vlm_SendEventMediaInstanceState().
| void vlm_SendEventMediaAdded | ( | vlm_t * | p_vlm, |
| int64_t | id, | ||
| const char * | psz_name | ||
| ) |
References psz_name, 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 psz_name, 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 psz_name, 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, | ||
| vlm_state_e | state | ||
| ) |
References psz_name, state, TriggerInstanceState(), and VLM_EVENT_MEDIA_INSTANCE_STATE.
Referenced by player_on_state_changed().
| void vlm_SendEventMediaInstanceStopped | ( | vlm_t * | p_vlm, |
| int64_t | id, | ||
| const char * | psz_name | ||
| ) |
References psz_name, 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 psz_name, Trigger(), and VLM_EVENT_MEDIA_REMOVED.
Referenced by vlm_ControlMediaDel().