Lingo Dictionary > T-Z > trackStopTime (cast member property) |
![]() ![]() ![]() |
trackStopTime (cast member property)
Syntax
member(
whichDigitalVideoCastmember
).trackStopTime(
whichTrack
)
trackStopTime(member
whichCastMember
,
whichTrack
)
Description
Digital video cast member property; returns the stop time of the specified track of the specified digital video cast member. It can be tested but not set.
Example
This statement determines the stop time of track 5 in the digital video cast member Jazz Chronicle and displays the result in the Message window:
put member("Jazz Chronicle").trackStopTime(5)
![]() ![]() ![]() |