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

All Superinterfaces:
java.io.Serializable

public interface CodecFactory
extends java.io.Serializable

Creates specific codec implemntation.

Author:
Oleg Kulikov

Method Summary
 Codec getCodec()
           
 Format getSupportedInputFormat()
           
 Format getSupportedOutputFormat()
           
 

Method Detail

getSupportedInputFormat

Format getSupportedInputFormat()

getSupportedOutputFormat

Format getSupportedOutputFormat()

getCodec

Codec getCodec()


Copyright © 2010. All Rights Reserved.