Click or drag to resize

RtspConfig(String, NetworkCredential, TransportType) Constructor

Initializes a new instance of the RtspConfig class

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

Parameters

rtspUri  String
 
credential  NetworkCredential  (Optional)
 
protocol  TransportType  (Optional)
 
See Also