public class DspFactoryImpl extends Object implements DspFactory
| Constructor and Description |
|---|
DspFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCodec(String fqn)
Registers codec.
|
Dsp |
newProcessor()
Creates new DSP.
|
void |
remove(String fqn)
Unregisters codec.
|
void |
setCodecs(List<String> list) |
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 © 2018 TeleStax, Inc.. All rights reserved.