Click or drag to resize
LinuxVideoCaptureDevice Constructor
Initializes a new instance of the LinuxVideoCaptureDevice class

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public LinuxVideoCaptureDevice(
	VideoDeviceInfo deviceInfo,
	Resolution resolution,
	int desiredFramerate
)

Parameters

deviceInfo
Type: Ozeki.Media.VideoDeviceInfo
resolution
Type: Ozeki.Media.Resolution
desiredFramerate
Type: System.Int32
See Also