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

AviCompressor.DefaultFramesPerSecond Property

Gets the default FPS (frames per second) value of this compressor.

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

Syntax

Visual Basic
Public ReadOnly Property DefaultFramesPerSecond As Integer
C#
public int DefaultFramesPerSecond { get; }

Property Value

An integer value which contains the default FPS value of this compressor.

See Also

Reference