This document is archived and information here might be outdated. Recommended version. |
The frame rate in images per second.
[Visual Basic .NET]
Public Property FrameRate As Integer
[C#]
public int FrameRate {get; set;}
[C++]
HRESULT get_FrameRate(
Long pImagesPerSecond
);
[C++]
HRESULT put_FrameRate(
System.Int32* pImagesPerSecond
);
[C++] Parameters pImagesPerSecond [in]
pImagesPerSecond is a parameter of type int pImagesPerSecond [out, retval]
pImagesPerSecond is a parameter of type int*