org.mobicents.media.server.impl.dsp.audio.g711.ulaw
Class Decoder
java.lang.Object
org.mobicents.media.server.impl.dsp.audio.g711.ulaw.Decoder
- All Implemented Interfaces:
- Serializable, Codec
public class Decoder
- extends Object
- implements Codec
- Author:
- Oleg Kulikov
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Decoder
public Decoder()
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.