IMcStreamTotalFrames Property
|
|
Total frames read or to be written.
Namespace:
MediaCy.IQL.IO
Assembly:
MediaCy.IQL.IO (in MediaCy.IQL.IO.dll) Version: 10.0.6912.0
SyntaxReadOnly Property TotalFrames As Integer
Get
Property Value
Type:
Int32
RemarksThis read-only property retrieves the total number of frames that can be loaded from a
given sequence file. For sequences to be saved, indicates the number of frames that
will be saved to the sequence file, defaulting to the total number of frames in the sequence.
To change the number of frames to load or save, use the StartFrame and EndFrame properties.
See Also