timeScale | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | player | ||||||
Summary | Reports the number of intervals per second of a movie or sound. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux | ||||||
Platforms | desktop, server | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: integer, player Property: endTime, currentTime, properties, callbacks, duration, startTime Object: player Glossary: property | ||||||
Description | Use the timeScale property to convert internal movie or sound times into seconds. The timeScale is the number of intervals per second of a movie or sound. These intervals are used for the player's startTime, endTime, duration, and currentTime properties, and you can use the timeScale property to convert from the time scale used by the movie or sound to seconds. | ||||||
Tags | multimedia |