Returns the time the frame with specified index occurs at.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill.Codecs.AviProcessor (in Aurigma.GraphicsMill.Codecs.AviProcessor.dll)
Type: System.Int32
An integer value which specifies the index of the frame you need to get the timing for.This value is calculated on the basis of FramesPerSecond property.
If you need to make invert calculation - from timing to frame index, use the TimeToFrameIndex(Int32) method.