PortTransportParam Constructor |
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic PortTransportParam(
TransportParamType type,
int rtpPort,
int? rtcpPort = null
)
Public Sub New (
type As TransportParamType,
rtpPort As Integer,
Optional rtcpPort As Integer? = Nothing
)
public:
PortTransportParam(
TransportParamType type,
int rtpPort,
Nullable<int> rtcpPort = nullptr
)
new :
type : TransportParamType *
rtpPort : int *
?rtcpPort : Nullable<int>
(* Defaults:
let _rtcpPort = defaultArg rtcpPort null
*)
-> PortTransportParam
Parameters
- type TransportParamType
-
- rtpPort Int32
-
- rtcpPort NullableInt32 (Optional)
-
See Also