Difference between revisions of "TimeUnit"

m (See Also: Add more links)
 
Line 6: Line 6:
 
== See Also ==
 
== See Also ==
 
* [[parent::love.audio]]
 
* [[parent::love.audio]]
 +
* [[Source:getDuration]]
 +
* [[Source:seek]]
 +
* [[Source:tell]]
 
[[Category:Enums]]
 
[[Category:Enums]]
 
{{#set:Description=Units that represent time.}}
 
{{#set:Description=Units that represent time.}}
 +
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|TimeUnit}}
 
{{i18n|TimeUnit}}

Latest revision as of 08:59, 21 August 2023

Available since LÖVE 0.8.0
This enum is not supported in earlier versions.

Units that represent time.

Constants

seconds
Regular seconds.
samples
Audio samples.

See Also


Other Languages