Lingo Dictionary > T-Z > trackNextSampleTime

 

trackNextSampleTime

Syntax

sprite(whichDigitalVideoSprite).trackNextSampleTime(whichTrack)
trackNextSampleTime(sprite whichSprite, whichTrack)

Description

Digital video sprite property; indicates the time of the next sample that follows the digital video's current time. This property is useful for locating text tracks in a digital video.

This property can be tested but not set.

Example

This statement determines the time of the next sample that follows the current time in track 5 of the digital video assigned to sprite 15:

put sprite(15).trackNextSampleTime(5)