summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorxylosper <darklin20@gmail.com>2015-02-03 17:15:14 +0900
committerwm4 <wm4@nowhere>2015-02-03 13:53:39 +0100
commit95fd83a269db6e2a04e40fe0c40cc02a051f316d (patch)
tree352214e07190724a7ec2d76c39e097245eef6c90 /DOCS
parent2c22fcd350a55ffe9c49f3fedbd4be33a16cfba5 (diff)
downloadmpv-95fd83a269db6e2a04e40fe0c40cc02a051f316d.tar.bz2
mpv-95fd83a269db6e2a04e40fe0c40cc02a051f316d.tar.xz
command: new commands audio_add/audio_remove/audio_reload
These commands are counterparts of sub_add/sub_remove/sub_reload which work for external audio file. Signed-off-by: wm4 <wm4@nowhere> (minor simplification)
Diffstat (limited to 'DOCS')
-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 9d27f9d98d..d3d5790c15 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -391,6 +391,15 @@ List of Input Commands
<double>
The mouse event represents double-click.
+``audio_add "<file>" [<flags> [<title> [<lang>]]]``
+ Load the given audio file. See ``sub_add`` command.
+
+``audio_remove [<id>]``
+ Remove the given audio track. See ``sub_remove`` command.
+
+``audio_reload [<id>]``
+ Reload the given audio tracks. See ``sub_reload`` command.
+
Input Commands that are Possibly Subject to Change
--------------------------------------------------