VLC
3.0.18
|
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 |
References vlm_event_t::i_type, i_type, and psz_name.
Referenced by vlm_SendEventMediaChanged(), vlm_SendEventMediaInstanceStopped(), and vlm_SendEventMediaRemoved().
|
static |
void vlm_SendEventMediaAdded | ( | 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 | ||
) |
References psz_name, Trigger(), and VLM_EVENT_MEDIA_REMOVED.
void vlm_SendEventMediaInstanceStarted | ( | 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 | ||
) |
Referenced by InputEvent().
void vlm_SendEventMediaInstanceStopped | ( | vlm_t * | p_vlm, |
int64_t | id, | ||
const char * | psz_name | ||
) |
References psz_name, Trigger(), and VLM_EVENT_MEDIA_INSTANCE_STARTED.
void vlm_SendEventMediaRemoved | ( | vlm_t * | p_vlm, |
int64_t | id, | ||
const char * | psz_name | ||
) |
References psz_name, Trigger(), and VLM_EVENT_MEDIA_ADDED.