From 95fd83a269db6e2a04e40fe0c40cc02a051f316d Mon Sep 17 00:00:00 2001 From: xylosper Date: Tue, 3 Feb 2015 17:15:14 +0900 Subject: 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 (minor simplification) --- DOCS/man/input.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'DOCS/man/input.rst') 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 The mouse event represents double-click. +``audio_add "" [ [ [<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 -------------------------------------------------- -- cgit v1.2.3