comparison DOCS/tech/slave.txt @ 19589:d5c80704c04c

description of radio slave commands, copied from TV command descriptions :-)
author reimar
date Tue, 29 Aug 2006 18:23:09 +0000
parents b0a6a97e2ba0
children f83205ac7cfb
comparison
equal deleted inserted replaced
19588:0b5aaf5cda6a 19589:d5c80704c04c
211 211
212 quit [value] 212 quit [value]
213 Quit MPlayer. The optional integer [value] is used as the return code 213 Quit MPlayer. The optional integer [value] is used as the return code
214 for the mplayer process (default: 0). 214 for the mplayer process (default: 0).
215 215
216 radio_step_channel <channel>
217 Select next/previous radio channel.
218
219 radio_set_channel <channel>
220 Set the current radio channel.
221
222 radio_set_freq <frequency in MHz>
223 Set the radio tuner frequency.
224
216 seek <value> [type] 225 seek <value> [type]
217 Seek to some place in the movie. 226 Seek to some place in the movie.
218 0 is a relative seek of +/- <value> seconds (default). 227 0 is a relative seek of +/- <value> seconds (default).
219 1 is a seek to <value> % in the movie. 228 1 is a seek to <value> % in the movie.
220 2 is a seek to an absolute position of <value> seconds. 229 2 is a seek to an absolute position of <value> seconds.