Click or drag to resize

SDPFactory(ISDPCodecDescriptionFactory, ISRTPCryptoSuiteFactory) Constructor

Initializes a new instance of the SDPFactory class

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public SDPFactory(
	ISDPCodecDescriptionFactory codecManager,
	ISRTPCryptoSuiteFactory cryptoSuiteFactory
)

Parameters

codecManager  ISDPCodecDescriptionFactory
 
cryptoSuiteFactory  ISRTPCryptoSuiteFactory
 
See Also