Method SetCodecFactory
SetCodecFactory(ICodecFactory)
Sets the ICodecFactory instance used to instantiate Codec subclasses.
Declaration
public static void SetCodecFactory(ICodecFactory codecFactory)
Parameters
Type | Name | Description |
---|---|---|
ICodecFactory | codecFactory | The new ICodecFactory. |