|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.media.server.component.DspFactoryImpl
public class DspFactoryImpl
Defines configuration of the DSP and constructs new DSP.
| Constructor Summary | |
|---|---|
DspFactoryImpl()
|
|
| Method Summary | |
|---|---|
void |
addCodec(String fqn)
Registers codec. |
Dsp |
newProcessor()
Creates new DSP. |
void |
remove(String fqn)
Unregisters codec. |
void |
setCodecs(List<String> list)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DspFactoryImpl()
| Method Detail |
|---|
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 DspFactoryInstantiationException
ClassNotFoundException
IllegalAccessExceptionpublic void setCodecs(List<String> list)
setCodecs in interface DspFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||