Click or drag to resize
MediaDescriptionFactory Constructor (ICodecFactoryManager, ISRTPCryptoSuiteFactory, String)
Initializes a new instance of the MediaDescriptionFactory class

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public MediaDescriptionFactory(
	ICodecFactoryManager codecManager,
	ISRTPCryptoSuiteFactory cryptoSuiteFactory,
	string sessionName
)

Parameters

codecManager
Type: Ozeki.MediaICodecFactoryManager
cryptoSuiteFactory
Type: Ozeki.CommonISRTPCryptoSuiteFactory
sessionName
Type: SystemString
See Also