comparison DOCS/tech/slave.txt @ 19342:4e68a3881201

Add matroska chapter seeking capability.
author eugeni
date Sun, 06 Aug 2006 18:55:34 +0000
parents c4e25e4d7117
children 1e10616c5fbd
comparison
equal deleted inserted replaced
19341:f6661e33aa60 19342:4e68a3881201
175 Seek to some place in the movie. 175 Seek to some place in the movie.
176 0 is a relative seek of +/- <value> seconds (default). 176 0 is a relative seek of +/- <value> seconds (default).
177 1 is a seek to <value> % in the movie. 177 1 is a seek to <value> % in the movie.
178 2 is a seek to an absolute position of <value> seconds. 178 2 is a seek to an absolute position of <value> seconds.
179 179
180 seek_chapter <value> [type]
181 Seek to the start of a chapter.
182 0 is a relative seek of +/- <value> chapters (default)
183 1 is a seek to a chapter #<value>
184
180 set_property <property> <value> 185 set_property <property> <value>
181 Set a property. 186 Set a property.
182 187
183 speed_incr <value> 188 speed_incr <value>
184 Add <value> to the current playback speed. 189 Add <value> to the current playback speed.