changeset 14323:862fab5f5fde

grab_frame, osd_show_text, sub_step, screenshot documented.
author diego
date Mon, 03 Jan 2005 10:20:36 +0000
parents e0f63bf677c0
children 4e8b654acc46
files DOCS/tech/slave.txt
diffstat 1 files changed, 8 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/tech/slave.txt	Mon Jan 03 10:19:48 2005 +0000
+++ b/DOCS/tech/slave.txt	Mon Jan 03 10:20:36 2005 +0000
@@ -41,7 +41,7 @@
     Play one frame, then pause again.
 
 grab_frames
-    ???
+    Currently unimplemented.
 
 pt_step <value> [<force>]
     Go to the next/previous entry in the playtree. The sign of <value> tells
@@ -59,14 +59,16 @@
     Adjust the subtitle delay by +/- <value> seconds or set it to <value>
     seconds when <abs> is nonzero.
 
-sub_step
-    ???
+sub_step <value>
+    Step forward in the subtitle list by <value> steps or backwards if <value>
+    is negative.
 
 osd [<level>]
     Toggle OSD mode or set it to level when <level> >= 0.
 
-osd_show_text <value>
-    ???
+osd_show_text <string>
+    Show <string> on the OSD. Spaces need to be escaped with \, otherwise
+    only the first word will be shown.
 
 volume <value>
     Increase/decrease volume.
@@ -212,7 +214,7 @@
     Set DVB channel.
 
 screenshot
-    Take a screenshot.
+    Take a screenshot. Currently not implemented in any video output driver.
 
 menu <value>
     ???