Property VLDSCompression.TVLDSVideoCompressionItem.KeyFrameRate
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TVLDSVideoCompressionItem
Contents |
Syntax
Delphi:
property KeyFrameRate : Integer read FKeyFrameRate write SetKeyFrameRate default 1;
C++ Builder:
__property int KeyFrameRate = { read=FKeyFrameRate, write=SetKeyFrameRate, default=1 };
Summary
Desired key-frame rate.
Description
Use this property to specify the desired key-frame rate. If
the value is negative, the filter will use the default
key-frame rate. If the value is zero, only the first frame
will be a key frame.
The key-frame rate is the number of frames per key frame. For example, if the rate is 15, then a key frame occurs every 15 frames.