VLC  2.1.0-git
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
vlm_event.h File Reference
Include dependency graph for vlm_event.h:

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, input_state_e state)

Function Documentation

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 
)
void vlm_SendEventMediaInstanceState ( vlm_t ,
int64_t  id,
const char *  psz_name,
const char *  psz_instance_name,
input_state_e  state 
)
void vlm_SendEventMediaInstanceStopped ( vlm_t ,
int64_t  id,
const char *  psz_name 
)
void vlm_SendEventMediaRemoved ( vlm_t ,
int64_t  id,
const char *  psz_name 
)

References Trigger(), and VLM_EVENT_MEDIA_REMOVED.

Referenced by vlm_ControlMediaDel().