org.mobicents.media.server.spi.dsp
Interface DspFactory


public interface DspFactory

Defines interface for DSP factory.

Author:
kulikov

Method Summary
 Processor newProcessor()
          Creates new processor.
 void setCodecs(List<String> list)
          Configures supported codecs.
 

Method Detail

newProcessor

Processor newProcessor()
                       throws InstantiationException,
                              ClassNotFoundException,
                              IllegalAccessException
Creates new processor.

Returns:
DSP instance.
Throws:
InstantiationException
ClassNotFoundException
IllegalAccessException

setCodecs

void setCodecs(List<String> list)
Configures supported codecs.

Parameters:
list - the list of fully qualified names of classes implementing codecs.


Copyright © 2011. All Rights Reserved.