Difference between revisions of "VideoStream:seek"

m
m
 
Line 10: Line 10:
 
{{param|number|offset|The time in seconds since the beginning of the Video.}}
 
{{param|number|offset|The time in seconds since the beginning of the Video.}}
 
=== Returns ===
 
=== Returns ===
None.
+
Nothing.
  
 
== See Also ==
 
== See Also ==

Latest revision as of 23:52, 23 July 2023

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

Sets the current playback position of the Video.

Function

Synopsis

VideoStream:seek( offset )

Arguments

number offset
The time in seconds since the beginning of the Video.

Returns

Nothing.

See Also


Other Languages