tracks | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | player | ||||||
Summary | Lists all the tracks in a QuickTime movie. | ||||||
Introduced | 1.0 | ||||||
Changes | This property was removed from the Windows platform in version 8.1.0, due to the change of player implementation from QuickTime to DirectShow. | ||||||
OS | mac, linux | ||||||
Platforms | desktop, server | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: items, line Glossary: QuickTime, property Property: duration, trackCount | ||||||
Description | Use the tracks property to find out the contents of a QuickTime movie. A movie can contain multiple tracks intended to be played at the same time (for example, an audio and a video track), or tracks that are separate (for example, an alternative audio track). You specify which tracks are active using the enabledTracks property. | ||||||
Tags | multimedia |