summaryrefslogtreecommitdiffstats
path: root/player/core.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-10-07 22:07:07 +0200
committerwm4 <wm4@nowhere>2014-10-07 22:13:36 +0200
commit3cbd79b35b6c17ea35f23ae8820a22778e507b71 (patch)
tree6e8e9506ef64eb2a4044f4e44b5104db9572ea7f /player/core.h
parent5feec17ca8ef7c0959b8a0cc17b7937c44a29378 (diff)
downloadmpv-3cbd79b35b6c17ea35f23ae8820a22778e507b71.tar.bz2
mpv-3cbd79b35b6c17ea35f23ae8820a22778e507b71.tar.xz
command: add cache-buffering-state property
Diffstat (limited to 'player/core.h')
-rw-r--r--player/core.h1
1 files changed, 1 insertions, 0 deletions
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);