Lingo Dictionary > D-F > digitalVideoType |
![]() ![]() ![]() |
digitalVideoType
Syntax
member(
whichCastMember
)
.
digitalVideoType
the digitalVideoType of member
whichCastMember
Description
Cast member property; indicates the format of the specified digital video. Possible values are #quickTime
or #videoForWindows
.
This property can be tested but not set.
Example
The following statement tests whether the cast member Today's Events is a QuickTime or AVI (Audio-Video Interleaved) digital video and displays the result in the Message window:
put member("Today's Events").digitalVideoType
See also
![]() ![]() ![]() |