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.CameraTransportParamType
rtpPort
Type: SystemInt32
rtcpPort (Optional)
Type: SystemNullableInt32
See Also