public class DspFactoryImpl extends Object implements DspFactory
| Constructor and Description |
|---|
DspFactoryImpl() |
public void addCodec(String fqn)
fqn - the fully qualified name of codec class.public void remove(String fqn)
fqn - the fully qualified name of the codec class.public Dsp newProcessor() throws InstantiationException, ClassNotFoundException, IllegalAccessException
newProcessor in interface DspFactoryInstantiationExceptionClassNotFoundExceptionIllegalAccessExceptionpublic void setCodecs(List<String> list)
setCodecs in interface DspFactoryCopyright © 2016 TeleStax, Inc.. All Rights Reserved.