endTime

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the endTime of <player> to <endPoint>
Associationsplayer
Summary

Specifies the end of the selected portion of a sound or movie.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
set the endTime of player 1 to 1000
Values
NameTypeDescription
Value

The endTime of a player is an integer between zero and the player's duration. By default, the endTime property of newly created players is set to empty.

RelatedKeyword: selection, integer, player
Property: looping, showSelection, startTime, duration, properties, selected, timeScale
Message: playStarted, selectionChanged
Object: player
Glossary: property
Description

Use the endTime property to set or get the selection in a player.

If the playSelection property is true, only the selected portion plays, so you can use the startTime and endTime properties of the player to play whatever portion of the sound or movie you want.

The endTime is the number of the interval where the selection ends. (The number of intervals per second is specified by the player's timeScale property. The total number of intervals is given in the player's duration property.) If there is no selection, the endTime is empty.

Tagsmultimedia