Click or drag to resize

VideoCaptureDevice(InternalVideoDeviceInfo, OzResolution, Int32) Constructor

Initializes a new instance of the VideoCaptureDevice class

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public VideoCaptureDevice(
	InternalVideoDeviceInfo deviceInfo,
	OzResolution frameSize,
	int desiredFrameRate
)

Parameters

deviceInfo  InternalVideoDeviceInfo
 
frameSize  OzResolution
 
desiredFrameRate  Int32
 
See Also