Ozeki VoIP SDK Class library
PortTransportParam Constructor (type, rtpPort, rtcpPort)
NamespacesOzeki.Media.IPCamera.OzRTSP.Headers.TransportParamsPortTransportParamPortTransportParam(TransportParamType, Int32, Nullable<(Of <<'(Int32>)>>))
Initializes a new instance of the PortTransportParam class
Declaration Syntax
C#Visual BasicVisual C++
public 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
)
Parameters
type (TransportParamType)
rtpPort (Int32)
rtcpPort (Nullable<(Of <(<'Int32>)>)>) (Optional)

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