Skip to content

VideoCompression_KeyFrameRate

property

Delphi
property VideoCompression_KeyFrameRate: LongInt read GetVideoCompression_KeyFrameRate write SetVideoCompression_KeyFrameRate  default DEF_VideoCompression_KeyFrameRate;
C++Builder
__property System::LongInt VideoCompression_KeyFrameRate = {read=GetVideoCompression_KeyFrameRate, write=SetVideoCompression_KeyFrameRate, default=15};
C#
public int VideoCompression_KeyFrameRate { get; set; }
VB.NET
Public Property VideoCompression_KeyFrameRate As Integer
C++/Qt
int GetVideoCompression_KeyFrameRate ();
void SetVideoCompression_KeyFrameRate (int Value);

Specifies the desired key-frame rate for the current video compressor. If the value specified is -1, the filter will use the default key-frame rate. If the value is zero, only the first frame will be a key frame. Use the OnVideoCompressionSettings event to know the default value for the current codec (see the Software compression by using codecs chapter for more explanations).