Difference between revisions of "VideoStream:tell"

(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:seek]]
 +
* [[VideoStream:rewind]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets the current playback position of video stream.}}
 
{{#set:Description=Gets the current playback position of video stream.}}

Latest revision as of 10:30, 22 May 2020

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

Gets the current playback position of video stream.

Function

Synopsis

seconds = VideoStream:tell( )

Arguments

None.

Returns

number seconds
The seconds since the beginning of the video.

See Also


Other Languages