Click or drag to resize
PortTransportParam Constructor
Initializes a new instance of the PortTransportParam class

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public PortTransportParam(
	TransportParamType type,
	int rtpPort,
	Nullable<int> rtcpPort = null
)

Parameters

type
Type: Ozeki.Camera.TransportParamType
rtpPort
Type: System.Int32
rtcpPort (Optional)
Type: System.Nullable<Int32>
See Also