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)
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.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.