User Guide

1042 Chapter 14: Properties
timeScale
Usage
member(whichCastMember).timeScale
the timeScale of member whichCastMember
Description
Cast member property; returns the time unit per second on which the digital videos frames are
based. For example, a time unit in a QuickTime digital video is 1/600 of a second.
This property can be tested but not set.
See also
digitalVideoTimeScale
title (DVD)
Usage
-- Lingo syntax
dvdObjRef.title
// JavaScript syntax
dvdObjRef.title;
Description
DVD property; specifies the current title. Read/write.
This property returns an integer that specifies the number of the current title.
Example
This statement returns the current title:
-- Lingo syntax
trace (member(1).title) -- 1
// JavaScript syntax
trace (member(1).title); // 1
See also
DVD
title (Window)
Usage
-- Lingo syntax
windowObjRef.title
// JavaScript syntax
windowObjRef.title;
Description
Window property; assigns a title to a window. Read/write.