]> git.sesse.net Git - vlc/blobdiff - src/input/vlm_event.h
Gives the needed DPB size when requesting a vout.
[vlc] / src / input / vlm_event.h
index 41e1311959a2cdd3659fbcc941fab0e0f297c0ce..2aa837fbaa061d52c96352090b4647af3a78b0f8 100644 (file)
@@ -39,7 +39,7 @@ 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