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.3.199.0
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: IVideoSender
audioSource (Optional)
Type: IAudioSender
onvif (Optional)
Type: Ozeki.CameraOnvifConfig
See Also