User Guide
auto 645
audioStream
Usage
-- Lingo syntax
dvdObjRef.audioStream
// JavaScript syntax
dvdObjRef.audioStream;
Description
DVD property. Returns the currently active audio stream. Read/write.
Valid values range from 1 to 8.
See also
DVD
audioStreamCount
Usage
-- Lingo syntax
dvdObjRef.audioStreamCount
// JavaScript syntax
dvdObjRef.audioStreamCount;
Description
DVD property; returns the number of available audio streams in the current title. Read-only.
The number of available audio streams ranges from 1 to 8.
See also
DVD
auto
Usage
member(whichCastmember).model(whichModel).lod.auto
Description
3D lod modifier property; allows the modifier to manage the reduction of detail in the model as
the distance between the model and the camera changes.
The setting of the modifier’s
bias property determines how aggressively the modifier removes
detail from the model when the
auto property is set to TRUE.
The modifier updates its level property as it adjusts the model’s level of detail. Setting the level
property has no effect unless the
auto property is set to FALSE.
The #lod modifier can only be added to models created outside of Director in 3D modeling
programs. The value of the
type property of the model resources used by these models is
#fromFile. The modifier cannot be added to primitives created within Director.