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

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

Parameters

address (Optional)
Type: System.String
port (Optional)
Type: System.Int32
videoSource (Optional)
Type: Ozeki.Media.IVideoSender
audioSource (Optional)
Type: Ozeki.Media.IAudioSender
onvif (Optional)
Type: Ozeki.Camera.OnvifConfig
See Also