WebCameraDesiredFrameRate Property |
Gets or sets the average frame rate of the capturing device.
Namespace:
Ozeki.Camera
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic int DesiredFrameRate { get; set; }
Public Property DesiredFrameRate As Integer
Get
Set
public:
virtual property int DesiredFrameRate {
int get () sealed;
void set (int value) sealed;
}
abstract DesiredFrameRate : int with get, set
override DesiredFrameRate : int with get, set
Property Value
Type:
Int32Implements
IWebCameraDesiredFrameRate
See Also