Difference between revisions of "VideoStream:seek"

(Function exists, but not documented. Please update it to reflect current usage.)
 
m (See Also)
Line 14: Line 14:
 
== See Also ==
 
== See Also ==
 
* [[parent::VideoStream]]
 
* [[parent::VideoStream]]
 +
* [[VideoStream:rewind]]
 +
* [[VideoStream:tell]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Seeks video stream.}}
 
{{#set:Description=Seeks video stream.}}

Revision as of 10:30, 22 May 2020

Available since LÖVE 0.10.0
This function is not supported in earlier versions.

Seeks video stream.

Function

Synopsis

VideoStream:seek( offset )

Arguments

number offset
The offset to seek.

Returns

None.

See Also


Other Languages