| PortTransportParam Constructor  | 
 
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic PortTransportParam(
	TransportParamType type,
	int rtpPort,
	Nullable<int> rtcpPort = null
)
Public Sub New ( 
	type As TransportParamType,
	rtpPort As Integer,
	Optional rtcpPort As Nullable(Of 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
*)
-> PortTransportParamParameters
- type
 - Type: Ozeki.CameraTransportParamType
 - rtpPort
 - Type: SystemInt32
 - rtcpPort (Optional)
 - Type: SystemNullableInt32
 
See Also