comparison DOCS/tech/slave.txt @ 14323:862fab5f5fde

grab_frame, osd_show_text, sub_step, screenshot documented.
author diego
date Mon, 03 Jan 2005 10:20:36 +0000
parents 28a6f0847c58
children 74e323b9e5db
comparison
equal deleted inserted replaced
14322:e0f63bf677c0 14323:862fab5f5fde
39 39
40 frame_step 40 frame_step
41 Play one frame, then pause again. 41 Play one frame, then pause again.
42 42
43 grab_frames 43 grab_frames
44 ??? 44 Currently unimplemented.
45 45
46 pt_step <value> [<force>] 46 pt_step <value> [<force>]
47 Go to the next/previous entry in the playtree. The sign of <value> tells 47 Go to the next/previous entry in the playtree. The sign of <value> tells
48 the direction. If no entry is available in the given direction it will do 48 the direction. If no entry is available in the given direction it will do
49 nothing unless force is non-zero. 49 nothing unless force is non-zero.
57 57
58 sub_delay <value> [<abs>] 58 sub_delay <value> [<abs>]
59 Adjust the subtitle delay by +/- <value> seconds or set it to <value> 59 Adjust the subtitle delay by +/- <value> seconds or set it to <value>
60 seconds when <abs> is nonzero. 60 seconds when <abs> is nonzero.
61 61
62 sub_step 62 sub_step <value>
63 ??? 63 Step forward in the subtitle list by <value> steps or backwards if <value>
64 is negative.
64 65
65 osd [<level>] 66 osd [<level>]
66 Toggle OSD mode or set it to level when <level> >= 0. 67 Toggle OSD mode or set it to level when <level> >= 0.
67 68
68 osd_show_text <value> 69 osd_show_text <string>
69 ??? 70 Show <string> on the OSD. Spaces need to be escaped with \, otherwise
71 only the first word will be shown.
70 72
71 volume <value> 73 volume <value>
72 Increase/decrease volume. 74 Increase/decrease volume.
73 75
74 use_master 76 use_master
210 212
211 dvb_set_channel <channel_number> <card_number> 213 dvb_set_channel <channel_number> <card_number>
212 Set DVB channel. 214 Set DVB channel.
213 215
214 screenshot 216 screenshot
215 Take a screenshot. 217 Take a screenshot. Currently not implemented in any video output driver.
216 218
217 menu <value> 219 menu <value>
218 ??? 220 ???
219 221
220 set_menu <value> 222 set_menu <value>