enabledTracks | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | player | ||||||
Summary | Specifies which tracks in a QuickTime movie are available to be played. | ||||||
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: trackCount | ||||||
Description | Use the enabledTracks property to control the user's ability to play 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 can list the tracks in a movie using the tracks property. | ||||||
Tags | multimedia |