comparison DOCS/tech/slave.txt @ 21042:c549c2de24ce

new slave command: radio_step_freq
author voroshil
date Sun, 19 Nov 2006 16:15:05 +0000
parents 8fa904597f2a
children e1d6e672cd58
comparison
equal deleted inserted replaced
21041:456aef02280d 21042:c549c2de24ce
220 220
221 radio_step_channel <-1|1> 221 radio_step_channel <-1|1>
222 Step forwards (1) or backwards (-1) in channel list. Works only when the 222 Step forwards (1) or backwards (-1) in channel list. Works only when the
223 'channels' radio parameter was set. 223 'channels' radio parameter was set.
224 224
225 radio_step_freq <value>
226 Tune frequency by the <value> (positive - up, negative - down).
227
225 seek <value> [type] 228 seek <value> [type]
226 Seek to some place in the movie. 229 Seek to some place in the movie.
227 0 is a relative seek of +/- <value> seconds (default). 230 0 is a relative seek of +/- <value> seconds (default).
228 1 is a seek to <value> % in the movie. 231 1 is a seek to <value> % in the movie.
229 2 is a seek to an absolute position of <value> seconds. 232 2 is a seek to an absolute position of <value> seconds.