X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Finput%2Fvlm_event.h;h=2aa837fbaa061d52c96352090b4647af3a78b0f8;hb=12d8b77bc2097c6ef253a6abb087ec90ae679890;hp=eeedd221912a08969917257638a2277aef31b799;hpb=8cf0a7fcfdce0922d757304f036d90e1583126ab;p=vlc diff --git a/src/input/vlm_event.h b/src/input/vlm_event.h index eeedd22191..2aa837fbaa 100644 --- a/src/input/vlm_event.h +++ b/src/input/vlm_event.h @@ -33,13 +33,13 @@ /***************************************************************************** * *****************************************************************************/ -void vlm_SendEventMediaAdded( vlm_t *, int64_t id ); -void vlm_SendEventMediaRemoved( vlm_t *, int64_t id ); -void vlm_SendEventMediaChanged( vlm_t *, int64_t id ); - -void vlm_SendEventMediaInstanceStarted( vlm_t *, int64_t id ); -void vlm_SendEventMediaInstanceStopped( vlm_t *, int64_t id ); +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 ); #endif