trackCount | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | player | ||||||
Summary | Specifies the number of separate 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: integer Glossary: QuickTime, property Property: enabledTracks, tracks, mediaTypes, nodes | ||||||
Description | Use the trackCount property to loop through the tracks in a QuickTime movie. Each track of a QuickTime movie holds a different set of data, which may consist of sound, video, or other data types. The trackCount property specifies how many tracks there are. | ||||||
Tags | multimedia |