SDPConnection Constructor (NetType, AddressType, SDPConnectionAddress) |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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