This documentation is for the old version. Go to the latest Graphics Mill docs

WMReader.FrameIndexToTime Method

Returns time at which the frame with specified index appears.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill.Codecs.MediaProcessor (in Aurigma.GraphicsMill.Codecs.MediaProcessor.dll)

Syntax

Visual Basic
Public Function FrameIndexToTime ( _
	frameIndex As Integer _
) As Integer
C#
public int FrameIndexToTime(
	int frameIndex
)

Parameters

frameIndex

Type: System.Int32

The number of the frame in question.

Return Value

An integer value measured in 1/100s of a second that specifies the moment of time at which the frame in question appears.

See Also

Reference