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

AviWriter.FramesPerSecond Property

Gets/sets the frames per second ratio used to play the movie created with this writer object.

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

Syntax

Visual Basic
Public Property FramesPerSecond As Integer
C#
public int FramesPerSecond { get; set; }

Property Value

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

Remarks

Note

You should set this value before you open the writer object. You cannot change it when the writer is already opened!

See Also

Reference