Click or drag to resize
PortTransportParam.CreateServerPort Method

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

Parameters

rtpPort
Type: System.Int32
rtcpPort (Optional)
Type: System.Nullable<Int32>

Return Value

Type: PortTransportParam
See Also