SDPConnection(NetType, AddressType, SDPConnectionAddress) Constructor |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.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 NetType
-
- addrType AddressType
-
- connectionAddress SDPConnectionAddress
-
See Also