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

ITimeReader.FramesPerSecond Property

Gets the frames per second ratio of the video file.

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

Syntax

Visual Basic
ReadOnly Property FramesPerSecond As Integer
C#
                int FramesPerSecond { get; }

Property Value

An integer value which specifies how many frames should be displayed in one second.

See Also

Reference