RtspConfig Constructor (String, NetworkCredential, TransportType) |
Initializes a new instance of the
RtspConfig class
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax 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
)
new :
rtspUri : string *
?credential : NetworkCredential *
?protocol : TransportType
(* Defaults:
let _credential = defaultArg credential null
let _protocol = defaultArg protocol TransportType.Udp
*)
-> RtspConfig
Parameters
- rtspUri
- Type: SystemString
- credential (Optional)
- Type: System.NetNetworkCredential
- protocol (Optional)
- Type: Ozeki.NetworkTransportType
See Also