tracks

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

Lists all the 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
put the tracks of player myPlayerName into myNode
Values
NameTypeDescription
Value

The tracks is a list of tracks, one per line. Each line consists of four items, separated by commas: - the track ID (an integer) - the track media type (for example, "audio", "video", or "VR Panorama" ) This property is read-only and cannot be set

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

Tagsmultimedia