summaryrefslogtreecommitdiffstats
path: root/DOCS/man/input.rst
diff options
context:
space:
mode:
authorOliver Freyermuth <o.freyermuth@googlemail.com>2016-01-08 20:40:57 +0100
committerwm4 <wm4@nowhere>2016-01-14 00:36:53 +0100
commit909b8f89d84962e0751628371452bb5b6a25bbc5 (patch)
tree4266c6bb7f0abd64d31aa198c3786a31d6f42393 /DOCS/man/input.rst
parent77bac5b5507e04d6a31bb4387af79105fc3869b9 (diff)
downloadmpv-909b8f89d84962e0751628371452bb5b6a25bbc5.tar.bz2
mpv-909b8f89d84962e0751628371452bb5b6a25bbc5.tar.xz
man: input: document new DVB bindings and properties.
There is now H and K for DVB-channel switching, and the properties dvb-channel (W) and dvb-channel-name (RW).
Diffstat (limited to 'DOCS/man/input.rst')
-rw-r--r--DOCS/man/input.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index cfe179c06f..ed523b2135 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -1542,6 +1542,15 @@ Property list
``program`` (W)
Switch TS program (write-only).
+``dvb-channel`` (W)
+ Pair of integers: card,channel of current DVB stream.
+ Can be switched to switch to another channel on the same card.
+
+``dvb-channel-name`` (RW)
+ Name of current DVB program.
+ On write, a channel-switch to the named channel on the same
+ card is performed. Can also be used for channel switching.
+
``sid`` (RW)
Current subtitle track (similar to ``--sid``).