comparison DOCS/tech/slave.txt @ 16479:e56a4aea6512

The screenshot command is now implemented, wording/spelling fixes.
author diego
date Tue, 13 Sep 2005 18:48:57 +0000
parents 9597d55ee7ab
children e9d849bf8050
comparison
equal deleted inserted replaced
16478:b44e6a5edeb2 16479:e56a4aea6512
88 88
89 grab_frames 89 grab_frames
90 Currently unimplemented. 90 Currently unimplemented.
91 91
92 screenshot 92 screenshot
93 Take a screenshot. Currently not implemented in any video output driver. 93 Take a screenshot. Requires the screenshot filter to be loaded.
94 94
95 gui_[about|loadfile|loadsubtitle|play|playlist|preferences|skinbrowser|stop] 95 gui_[about|loadfile|loadsubtitle|play|playlist|preferences|skinbrowser|stop]
96 GUI actions 96 GUI actions
97 97
98 key_down_event <value> 98 key_down_event <value>
99 Inject <value> key code event in mplayer. 99 Inject <value> key code event into MPlayer.
100 100
101 loadfile <file|url> <append> 101 loadfile <file|url> <append>
102 Load the given file/URL, stopping playback of the current file/URL. 102 Load the given file/URL, stopping playback of the current file/URL.
103 If <append> is nonzero playback continues and the file/URL is 103 If <append> is nonzero playback continues and the file/URL is
104 appended to the current playlist instead. 104 appended to the current playlist instead.