Aurigma Graphics Mill 5.5 for .NET
AviReader..::.TimeToFrameIndex Method
Returns the index of the frame which occurs on the specified time.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill.Codecs.AviProcessor (in Aurigma.GraphicsMill.Codecs.AviProcessor.dll)
Syntax
Parameters
- time
-
Type: System..::.Int32
An integer value which contains time from the beginning of the movie. As all other time units in Graphics Mill, this value is measured in 1/100 of seconds.
Return Value
An index of the frame which corresponds the timing specified by the time argument.Implements
Remarks
This value is calculated on the basis of FramesPerSecond property.
If you need to make invert calculation - from frame index to timing, use the FrameIndexToTime(Int32) method.