Lingo Dictionary > T-Z > trackPreviousSampleTime |
![]() ![]() ![]() |
trackPreviousSampleTime
Syntax
sprite(
whichDigitalVideoSprite
).trackPreviousSampleTime(
whichTrack
)
trackPreviousSampleTime(sprite
whichSprite
,
whichTrack
)
Description
Digital video sprite property; indicates the time of the sample preceding 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 sample in track 5 that precedes the current time in the digital video sprite assigned to channel 15 and displays the result in the Message window:
put sprite(15).trackPreviousSampleTime(5)
![]() ![]() ![]() |