Click or drag to resize

RtspConfig Constructor (String, NetworkCredential, TransportType)

Initializes a new instance of the RtspConfig class

Namespace:  Ozeki.Camera
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public RtspConfig(
	string rtspUri,
	NetworkCredential credential = null,
	TransportType protocol = TransportType.Udp
)

Parameters

rtspUri
Type: SystemString
credential (Optional)
Type: System.NetNetworkCredential
protocol (Optional)
Type: Ozeki.NetworkTransportType
See Also