Click or drag to resize

PortTransportParam Constructor

Initializes a new instance of the PortTransportParam class

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public PortTransportParam(
	TransportParamType type,
	int rtpPort,
	int? rtcpPort = null
)

Parameters

type  TransportParamType
 
rtpPort  Int32
 
rtcpPort  NullableInt32  (Optional)
 
See Also