| PortTransportParamCreatePort Method  | 
 
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic static PortTransportParam CreatePort(
	int rtpPort,
	Nullable<int> rtcpPort = null
)
Public Shared Function CreatePort ( 
	rtpPort As Integer,
	Optional rtcpPort As Nullable(Of Integer) = Nothing
) As PortTransportParam
public:
static PortTransportParam^ CreatePort(
	int rtpPort, 
	Nullable<int> rtcpPort = nullptr
)
static member CreatePort : 
        rtpPort : int * 
        ?rtcpPort : Nullable<int> 
(* Defaults:
        let _rtcpPort = defaultArg rtcpPort null
*)
-> PortTransportParam 
Parameters
- rtpPort
 - Type: SystemInt32
 - rtcpPort (Optional)
 - Type: SystemNullableInt32
 
Return Value
Type: 
PortTransportParam
See Also