From 3cbd79b35b6c17ea35f23ae8820a22778e507b71 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 7 Oct 2014 22:07:07 +0200 Subject: command: add cache-buffering-state property --- player/core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'player/core.h') diff --git a/player/core.h b/player/core.h index 390f8da7b8..d25322ecd1 100644 --- a/player/core.h +++ b/player/core.h @@ -455,6 +455,7 @@ char *chapter_display_name(struct MPContext *mpctx, int chapter); char *chapter_name(struct MPContext *mpctx, int chapter); double chapter_start_time(struct MPContext *mpctx, int chapter); int get_chapter_count(struct MPContext *mpctx); +double get_cache_buffering_percentage(struct MPContext *mpctx); void execute_queued_seek(struct MPContext *mpctx); void run_playloop(struct MPContext *mpctx); void mp_idle(struct MPContext *mpctx); -- cgit v1.2.3