add documentation about switch_angle and switch_title slave commands

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25849 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ben 2008-01-24 22:36:06 +00:00
parent 43a7bc94c7
commit 1d8f3f9d67
1 changed files with 10 additions and 0 deletions

View File

@ -349,11 +349,19 @@ switch_audio [value] (currently MPEG*, AVI, Matroska and streams handled by liba
Switch to the audio track with the id [value]. Cycle through the
available tracks if [value] is omitted or negative.
switch_angle [value] (DVDs only)
Switch to the DVD angle with the id [value]. Cycle through the
available angles if [value] is omitted or negative.
switch_ratio [value]
Change aspect ratio at runtime. [value] is the new aspect ratio expressed
as a float (e.g. 1.77778 for 16/9).
There might be problems with some video filters.
switch_title [value] (DVDNAV only)
Switch to the DVD title with the id [value]. Cycle through the
available titles if [value] is omitted or negative.
switch_vsync [value]
Toggle vsync (1 == on, 0 == off). If [value] is not provided,
vsync status is inverted.
@ -476,6 +484,8 @@ audio_bitrate int X
samplerate int X
channels int X
switch_audio int -2 255 X X X select audio stream
switch_angle int -2 255 X X X select DVD angle
switch_title int -2 255 X X X select DVD title
fullscreen flag 0 1 X X X
deinterlace flag 0 1 X X X
ontop flag 0 1 X X X