|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.media.server.component.Dsp
public class Dsp
Digital signaling processor. DSP transforms media from its original format to one of the specified output format. Output formats are specified as array where order of the formats defines format's priority. If frame has format matching to output format the frame won't be changed.
| Constructor Summary | |
|---|---|
protected |
Dsp(Codec[] codecs)
Creates new instance of processor. |
| Method Summary | |
|---|---|
Codec[] |
getCodecs()
(Non Java-doc.) |
Frame |
process(Frame frame)
(Non Java-doc.) |
void |
setFormats(Formats formats)
(Non Java-doc.) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected Dsp(Codec[] codecs)
codecs - | Method Detail |
|---|
public Codec[] getCodecs()
getCodecs in interface ProcessorProcessor.getCodecs()public void setFormats(Formats formats)
setFormats in interface ProcessorProcessor.setFormats(org.mobicents.media.server.spi.format.Formats)public Frame process(Frame frame)
process in interface ProcessorProcessor.process(org.mobicents.media.server.spi.memory.Frame)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||