Ozeki VoIP SDK Class library
RtspConfig Constructor (rtspUri, credential, protocol)
NamespacesOzeki.Media.IPCamera.OzRTSP.DataRtspConfigRtspConfig(String, NetworkCredential, TransportType)
Initializes a new instance of the RtspConfig class
Declaration Syntax
C#Visual BasicVisual C++
public RtspConfig(
	string rtspUri,
	NetworkCredential credential = null,
	TransportType protocol = TransportType.Udp
)
Public Sub New ( 
	rtspUri As String,
	Optional credential As NetworkCredential = Nothing,
	Optional protocol As TransportType = TransportType.Udp
)
public:
RtspConfig(
	String^ rtspUri, 
	NetworkCredential^ credential = nullptr, 
	TransportType protocol = TransportType::Udp
)
Parameters
rtspUri (String)
credential (NetworkCredential) (Optional)
protocol (TransportType) (Optional)

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290