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: 10.3.183.0
Syntax
public SDPConnection(
	NetType netType,
	AddressType addrType,
	SDPConnectionAddress connectionAddress
)

Parameters

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