org.mobicents.media.server.impl.dsp.audio.g711.alaw
Class Encoder

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

public class Encoder
extends Object
implements Codec

Implements G.711 A-law compressor.

Author:
Oleg Kulikov
See Also:
Serialized Form

Constructor Summary
Encoder()
           
 
Method Summary
 Format getSupportedInputFormat()
          (Non Java-doc)
 Format getSupportedOutputFormat()
          (Non Java-doc)
 Frame process(Frame frame)
          (Non Java-doc)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Encoder

public Encoder()
Method Detail

getSupportedInputFormat

public Format getSupportedInputFormat()
(Non Java-doc)

Specified by:
getSupportedInputFormat in interface Codec
See Also:
server.impl.jmf.dsp.Codec

getSupportedOutputFormat

public Format getSupportedOutputFormat()
(Non Java-doc)

Specified by:
getSupportedOutputFormat in interface Codec
See Also:
server.impl.jmf.dsp.Codec

process

public Frame process(Frame frame)
(Non Java-doc)

Specified by:
process in interface Codec
See Also:
server.impl.jmf.dsp.Codec


Copyright © 2011. All Rights Reserved.