mediaTypes | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | player | ||||||
Summary | Specifies one or more types of media used in a movie. | ||||||
Introduced | 1.0 | ||||||
Changes | This document was updated in version 8.1.0 to remove references to QuickTime, as this property is now also supported by the Windows DirectShow-based player. | ||||||
OS | mac, windows | ||||||
Platforms | desktop | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Property: trackCount Glossary: property | ||||||
Description | Use the mediaTypes property to find out what kinds of media a movie contains. Most movies provide more than one media type. For example, a typical movie might provide one video and one audio track. If more than one track in the movie uses the same media type, the media type is specified only once in the mediaTypes property. For example, "audio" appears only once in the mediaTypes, even if the movie contains more than one audio track. | ||||||
Tags | multimedia |