From b4f24544bbfdd2bec765db08f5d745fadeb4d111 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 31 Jul 2014 04:19:41 +0200 Subject: client API: make "cache" property and similar observable Achieve this by polling. Will be used by the OSC. Basically a bad hack - but the point is that the mpv core itself is in the best position to improve this later. --- player/command.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'player/command.h') diff --git a/player/command.h b/player/command.h index 846067b3bf..c9a07ff733 100644 --- a/player/command.h +++ b/player/command.h @@ -39,4 +39,7 @@ int mp_find_property_index(const char *property); void mp_notify(struct MPContext *mpctx, int event, void *arg); void mp_notify_property(struct MPContext *mpctx, const char *property); +#define INTERNAL_EVENT_BASE 24 +#define MP_EVENT_CACHE_UPDATE (INTERNAL_EVENT_BASE + 0) + #endif /* MPLAYER_COMMAND_H */ -- cgit v1.2.3