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: 10.3.199.0
Syntax
public MediaDescriptionFactory(
	ICodecFactoryManager codecManager,
	ISRTPCryptoSuiteFactory cryptoSuiteFactory,
	string sessionName
)

Parameters

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