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

All Superinterfaces:
Serializable

public interface Codec
extends Serializable

Author:
Oleg Kulikov

Method Summary
 Format getSupportedInputFormat()
           
 Format getSupportedOutputFormat()
           
 Frame process(Frame frame)
          Perform encoding/decoding procedure.
 

Method Detail

getSupportedInputFormat

Format getSupportedInputFormat()

getSupportedOutputFormat

Format getSupportedOutputFormat()

process

Frame process(Frame frame)
Perform encoding/decoding procedure.

Parameters:
frame - original media frame
Returns:
transcoded frame.


Copyright © 2011. All Rights Reserved.