{{newin|[[0.10.0]]|100|type=function}}
Gets the current playback position of the Video.
== Function ==
=== Synopsis ===
<source lang="lua">
seconds = Video:tell( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|seconds|The time in seconds since the beginning of the Video.}}
== See Also ==
* [[parent::Video]]
* [[Video:rewind]]
* [[Video:seek]]
[[Category:Functions]]
{{#set:Description=Gets the current playback position of the Video.}}
== Other Languages ==
{{i18n|Video:tell}}