Click or drag to resize

CameraServerConfig Constructor

Initializes a new instance of the CameraServerConfig class

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public CameraServerConfig(
	string address = "",
	int port = 0,
	IVideoSender videoSource = null,
	IAudioSender audioSource = null,
	OnvifConfig onvif = null
)

Parameters

address  String  (Optional)
 
port  Int32  (Optional)
 
videoSource  IVideoSender  (Optional)
 
audioSource  IAudioSender  (Optional)
 
onvif  OnvifConfig  (Optional)
 
See Also