| LinuxVideoCaptureDevice Constructor  | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic LinuxVideoCaptureDevice(
	VideoDeviceInfo deviceInfo,
	Resolution resolution,
	int desiredFramerate
)
Public Sub New ( 
	deviceInfo As VideoDeviceInfo,
	resolution As Resolution,
	desiredFramerate As Integer
)
public:
LinuxVideoCaptureDevice(
	VideoDeviceInfo^ deviceInfo, 
	Resolution^ resolution, 
	int desiredFramerate
)
new : 
        deviceInfo : VideoDeviceInfo * 
        resolution : Resolution * 
        desiredFramerate : int -> LinuxVideoCaptureDeviceParameters
- deviceInfo
 - Type: Ozeki.MediaVideoDeviceInfo
 - resolution
 - Type: Ozeki.MediaResolution
 - desiredFramerate
 - Type: SystemInt32
 
See Also