SDPConnection Constructor (NetType, AddressType, SDPConnectionAddress) |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic SDPConnection(
NetType netType,
AddressType addrType,
SDPConnectionAddress connectionAddress
)
Public Sub New (
netType As NetType,
addrType As AddressType,
connectionAddress As SDPConnectionAddress
)
public:
SDPConnection(
NetType netType,
AddressType addrType,
SDPConnectionAddress^ connectionAddress
)
new :
netType : NetType *
addrType : AddressType *
connectionAddress : SDPConnectionAddress -> SDPConnection
Parameters
- netType
- Type: Ozeki.CommonNetType
- addrType
- Type: Ozeki.CommonAddressType
- connectionAddress
- Type: Ozeki.MediaSDPConnectionAddress
See Also