Gets/sets the key frame rate value used by some compressors.

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

Syntax

Visual Basic

Public Property KeyFrameRate As Integer

C#

public int KeyFrameRate { get; set; }

Property Value

An integer value which specifies the key frame value.

Remarks

This value is ignored by most compressors. It is used by those compressors which are based on MPEG algorithm (e.g. DivXPro5, XvidMpeg4, etc).

Note

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