VideoStream:tell

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