FrameRate
Delphi
property FrameRate: Double read GetFrameRate write SetFrameRate;
C++Builder
__property double FrameRate = {read=GetFrameRate, write=SetFrameRate};
C#
public double FrameRate { get; set; }
VB.NET
Public Property FrameRate As Double
C++/Qt
double GetFrameRate ();
void SetFrameRate (double Value);
Used to set or retrieve the desired frame rate, expressed in frames per second.
If FrameRate = 0, the default frame rate of the video capture device is used.
This property does not apply to DV (see the Frame rate chapter).
The effective frame rate (for analog as well as DV devices) can be retrieved by using the CurrentFrameRate property.