summaryrefslogtreecommitdiffstats
path: root/stream/stream.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-03-20 19:48:55 +0100
committerwm4 <wm4@nowhere>2016-03-20 19:51:22 +0100
commit5f1ff78516bb5aaf6c38a5df55959e1165c059ee (patch)
tree129f6bbb1984c2533a207e0dcf3275eb02892575 /stream/stream.h
parentb9c48ca8f33e63549f51edb08bd50cc6cc8badbb (diff)
downloadmpv-5f1ff78516bb5aaf6c38a5df55959e1165c059ee.tar.bz2
mpv-5f1ff78516bb5aaf6c38a5df55959e1165c059ee.tar.xz
command: add cache-speed property
Should reflect I/O speed. This could go into the terminal status line. But I'm not sure how to put it there, since it already uses too much space, so it's not there yet.
Diffstat (limited to 'stream/stream.h')
-rw-r--r--stream/stream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/stream.h b/stream/stream.h
index c75bb495e4..e6964c2020 100644
--- a/stream/stream.h
+++ b/stream/stream.h
@@ -71,6 +71,7 @@ enum stream_ctrl {
STREAM_CTRL_SET_CACHE_SIZE,
STREAM_CTRL_GET_CACHE_FILL,
STREAM_CTRL_GET_CACHE_IDLE,
+ STREAM_CTRL_GET_CACHE_SPEED,
STREAM_CTRL_SET_READAHEAD,
// stream_memory.c