IMcStreamIsMovie Property
|
|
Returns whether this image file is a sequence (or movie).
Namespace:
MediaCy.IQL.IO
Assembly:
MediaCy.IQL.IO (in MediaCy.IQL.IO.dll) Version: 10.0.6912.0
SyntaxReadOnly Property IsMovie As Boolean
Get
Property Value
Type:
Boolean
RemarksNot all sequence formats have to be multiple frame. AVI and SEQ can have
a single frame, and still be valid format files. This property simply returns
a true/false value indicating whether there are multiple frames.
See Also