LinuxWebCamera Constructor |
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public LinuxWebCamera(
VideoDeviceInfo deviceInfo = null
)
Public Sub New (
Optional deviceInfo As VideoDeviceInfo = Nothing
)
public:
LinuxWebCamera(
VideoDeviceInfo^ deviceInfo = nullptr
)
new :
?deviceInfo : VideoDeviceInfo
(* Defaults:
let _deviceInfo = defaultArg deviceInfo null
*)
-> LinuxWebCamera
Parameters
- deviceInfo (Optional)
- Type: Ozeki.MediaVideoDeviceInfo
See Also