Click or drag to resize
SDPConnection Constructor (NetType, AddressType, SDPConnectionAddress)
Initializes a new instance of the SDPConnection class

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public SDPConnection(
	NetType netType,
	AddressType addrType,
	SDPConnectionAddress connectionAddress
)

Parameters

netType
Type: Ozeki.CommonNetType
addrType
Type: Ozeki.CommonAddressType
connectionAddress
Type: Ozeki.MediaSDPConnectionAddress
See Also