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: SystemString
port (Optional)
Type: SystemInt32
videoSource (Optional)
Type: Ozeki.MediaIVideoSender
audioSource (Optional)
Type: Ozeki.MediaIAudioSender
onvif (Optional)
Type: Ozeki.CameraOnvifConfig
See Also