|
VLC
4.0.0-dev
|

Go to the source code of this file.
Functions | |
| void | vlm_SendEventMediaAdded (vlm_t *, int64_t id, const char *psz_name) |
| void | vlm_SendEventMediaRemoved (vlm_t *, int64_t id, const char *psz_name) |
| void | vlm_SendEventMediaChanged (vlm_t *, int64_t id, const char *psz_name) |
| void | vlm_SendEventMediaInstanceStarted (vlm_t *, int64_t id, const char *psz_name) |
| void | vlm_SendEventMediaInstanceStopped (vlm_t *, int64_t id, const char *psz_name) |
| void | vlm_SendEventMediaInstanceState (vlm_t *, int64_t id, const char *psz_name, const char *psz_instance_name, vlm_state_e state) |
| void vlm_SendEventMediaAdded | ( | vlm_t * | , |
| int64_t | id, | ||
| const char * | psz_name | ||
| ) |
References Trigger(), and VLM_EVENT_MEDIA_ADDED.
Referenced by vlm_ControlMediaAdd().
| void vlm_SendEventMediaChanged | ( | vlm_t * | , |
| int64_t | id, | ||
| const char * | psz_name | ||
| ) |
References Trigger(), and VLM_EVENT_MEDIA_CHANGED.
Referenced by vlm_OnMediaUpdate().
| void vlm_SendEventMediaInstanceStarted | ( | vlm_t * | , |
| int64_t | id, | ||
| const char * | psz_name | ||
| ) |
References Trigger(), and VLM_EVENT_MEDIA_INSTANCE_STARTED.
Referenced by vlm_ControlMediaInstanceStart().
| void vlm_SendEventMediaInstanceState | ( | vlm_t * | , |
| int64_t | id, | ||
| const char * | psz_name, | ||
| const char * | psz_instance_name, | ||
| vlm_state_e | state | ||
| ) |
References TriggerInstanceState(), and VLM_EVENT_MEDIA_INSTANCE_STATE.
Referenced by player_on_state_changed().
| void vlm_SendEventMediaInstanceStopped | ( | vlm_t * | , |
| 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 * | , |
| int64_t | id, | ||
| const char * | psz_name | ||
| ) |
References Trigger(), and VLM_EVENT_MEDIA_REMOVED.
Referenced by vlm_ControlMediaDel().
1.8.13