ASFFixedFrameRate
property
Delphi
property ASFFixedFrameRate: Boolean read GetASFFixedFrameRate write SetASFFixedFrameRate default DEF_ASFFixedFrameRate;
C++Builder
__property bool ASFFixedFrameRate = {read=GetASFFixedFrameRate, write=SetASFFixedFrameRate, default=1};
C#
public bool ASFFixedFrameRate { get; set; }
VB.NET
Public Property ASFFixedFrameRate As Boolean
C++/Qt
BOOL GetASFFixedFrameRate ();
void SetASFFixedFrameRate (BOOL Value);
Specifies if a fixed frame rate must be used to record the video stream. By default the ASF frame rate is not constant.