trackCount

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
get the trackCount of <player>
Associationsplayer
Summary

Specifies the number of separate tracks in a QuickTime movie.

Introduced1.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.

OSmac, linux
Platformsdesktop, server
Example
repeat with x = 1 to the trackCount of player "Arctic"
if the trackCount of player 1 = 1 then hide player 1
Values
NameTypeDescription
Value

The trackCount is a positive integer. This property is read-only and cannot be set.

RelatedKeyword: 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.

Tagsmultimedia