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: 1.8.12.0 (1.8.12)
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