Go to the source code of this file.
|
| 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, input_state_e state) |
| |
◆ vlm_SendEventMediaAdded()
| void vlm_SendEventMediaAdded |
( |
vlm_t * |
, |
|
|
int64_t |
id, |
|
|
const char * |
psz_name |
|
) |
| |
◆ vlm_SendEventMediaChanged()
| void vlm_SendEventMediaChanged |
( |
vlm_t * |
, |
|
|
int64_t |
id, |
|
|
const char * |
psz_name |
|
) |
| |
◆ vlm_SendEventMediaInstanceStarted()
| void vlm_SendEventMediaInstanceStarted |
( |
vlm_t * |
, |
|
|
int64_t |
id, |
|
|
const char * |
psz_name |
|
) |
| |
◆ vlm_SendEventMediaInstanceState()
| void vlm_SendEventMediaInstanceState |
( |
vlm_t * |
, |
|
|
int64_t |
id, |
|
|
const char * |
psz_name, |
|
|
const char * |
psz_instance_name, |
|
|
input_state_e |
state |
|
) |
| |
◆ vlm_SendEventMediaInstanceStopped()
| void vlm_SendEventMediaInstanceStopped |
( |
vlm_t * |
, |
|
|
int64_t |
id, |
|
|
const char * |
psz_name |
|
) |
| |
◆ vlm_SendEventMediaRemoved()
| void vlm_SendEventMediaRemoved |
( |
vlm_t * |
, |
|
|
int64_t |
id, |
|
|
const char * |
psz_name |
|
) |
| |