Click or drag to resize
VideoCaptureDevice Constructor (InternalVideoDeviceInfo, Resolution, Int32)
Initializes a new instance of the VideoCaptureDevice class

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

Parameters

deviceInfo
Type: Ozeki.MediaInternalVideoDeviceInfo
frameSize
Type: Ozeki.MediaResolution
desiredFrameRate
Type: SystemInt32
See Also