diff options
author | 2004-10-21 11:06:30 +0000 | |
---|---|---|
committer | 2004-10-21 11:06:30 +0000 | |
commit | 955c776f7577d731c26b054343753254b989c8fe (patch) | |
tree | 4a9aa51e8ded7b90d60f94c81e0120221772e8c5 /DOCS | |
parent | 403379ee9fd8f5fcaf1f3d2bd3c3cb89c0d0c370 (diff) |
Better descriptions merged from the XML docs.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13716 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/tech/slave.txt | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/DOCS/tech/slave.txt b/DOCS/tech/slave.txt index 35150c3fd0..88444205d1 100644 --- a/DOCS/tech/slave.txt +++ b/DOCS/tech/slave.txt @@ -44,14 +44,16 @@ grab_frames ??? pt_step <value> [<force>] - Go to the next/previous entry in the playtree. + Go to the next/previous entry in the playtree. The sign of <value> tells + the direction. If no entry is available in the given direction it will do + nothing unless force is non-zero. pt_up_step <value> [<force>] - Like pt_step but it jumps to next/previous in the parent list. + Similar to pt_step but jumps to the next/previous entry in the parent list. + Useful to break out of the inner loop in the playtree. -alt_src_step <value> - When more than one source is available it selects the next/previous one - (only supported by ASX playlist). +alt_src_step <value> (ASX playlist only) + When more than one source is available it selects the next/previous one. sub_delay <value> [<abs>] Adjust the subtitle delay by +/- <value> seconds or set it to <value> @@ -212,7 +214,6 @@ dvb_set_channel <channel_number> <card_number> screenshot Take a screenshot. - menu <value> ??? |