summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2009-09-19 05:10:46 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2009-09-19 05:30:20 +0300
commita0854c197893e4e05090d223a88fbb7e180f3c83 (patch)
treecbc07916611126bbdb66c549de0eb0a30831ebca /DOCS
parent606d6fa65be92a1a4207f9e8e985848159ee8ea8 (diff)
downloadmpv-a0854c197893e4e05090d223a88fbb7e180f3c83.tar.bz2
mpv-a0854c197893e4e05090d223a88fbb7e180f3c83.tar.xz
commands: Add set_property_osd and step_property_osd
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/slave.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/DOCS/tech/slave.txt b/DOCS/tech/slave.txt
index e1fed7edee..580275b609 100644
--- a/DOCS/tech/slave.txt
+++ b/DOCS/tech/slave.txt
@@ -261,6 +261,10 @@ set_mouse_pos <x> <y>
set_property <property> <value>
Set a property.
+set_property_osd <property> <value>
+ Same as above, but show the new value on the OSD in the standard
+ manner defined for that property (if any).
+
speed_incr <value>
Add <value> to the current playback speed.
@@ -275,6 +279,10 @@ step_property <property> [value] [direction]
not given or zero. The direction is reversed if direction is less
than zero.
+step_property_osd <property> [value] [direction]
+ Same as above, but show the new value on the OSD in the standard
+ manner defined for that property (if any).
+
stop
Stop playback.