LinuxWebCameraDesiredFrameRate Property |
Gets or sets the average frame rate of the capturing device.
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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
IWebCameraDesiredFrameRateSee Also