WebCameraCurrentFrameRate Property |
Gets the current frame rate of the capture.
Namespace: Ozeki.CameraAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntaxpublic float CurrentFrameRate { get; }Public ReadOnly Property CurrentFrameRate As Single
Get
public:
virtual property float CurrentFrameRate {
float get () sealed;
}abstract CurrentFrameRate : float32 with get
override CurrentFrameRate : float32 with get
Property Value
SingleImplements
IWebCameraCurrentFrameRate
See Also