org.mobicents.media.server.impl.dsp.audio.g729
Class Decoder

java.lang.Object
  extended by org.mobicents.media.server.impl.dsp.audio.g729.Decoder
All Implemented Interfaces:
Serializable, Codec

public class Decoder
extends Object
implements Codec

See Also:
Serialized Form

Constructor Summary
Decoder()
           
 
Method Summary
 Format getSupportedInputFormat()
           
 Format getSupportedOutputFormat()
           
 byte[] process(byte[] media)
          Perform compression.
 Frame process(Frame frame)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Decoder

public Decoder()
Method Detail

getSupportedInputFormat

public Format getSupportedInputFormat()
Specified by:
getSupportedInputFormat in interface Codec

getSupportedOutputFormat

public Format getSupportedOutputFormat()
Specified by:
getSupportedOutputFormat in interface Codec

process

public Frame process(Frame frame)
Specified by:
process in interface Codec

process

public byte[] process(byte[] media)
Perform compression.

Parameters:
input - media
Returns:
compressed media.


Copyright © 2012 TeleStax, Inc.. All Rights Reserved.