LinuxWebCamera Constructor |
Namespace:
Ozeki.Camera
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic 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