Class JavaDecoder
- java.lang.Object
-
- net.sf.fmj.media.BasicPlugIn
-
- net.sf.fmj.media.BasicCodec
-
- com.sun.media.BasicCodec
-
- com.ibm.media.codec.audio.AudioCodec
-
- org.jitsi.impl.neomedia.codec.audio.ulaw.JavaDecoder
-
- All Implemented Interfaces:
javax.media.Codec,javax.media.Controls,javax.media.PlugIn
public class JavaDecoder extends com.ibm.media.codec.audio.AudioCodec
-
-
Constructor Summary
Constructors Constructor Description JavaDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object[]getControls()protected javax.media.Format[]getMatchingOutputFormats(javax.media.Format in)voidopen()Initializes the codec.intprocess(javax.media.Buffer inputBuffer, javax.media.Buffer outputBuffer)Decodes the buffer-
Methods inherited from class com.ibm.media.codec.audio.AudioCodec
checkFormat, getInputFormat, getName, getOutputFormat, getSupportedInputFormats, getSupportedOutputFormats, setInputFormat, setOutputFormat
-
Methods inherited from class net.sf.fmj.media.BasicCodec
checkEOM, checkInputBuffer, close, getArrayElementSize, isEOM, processAtEOM, propagateEOM, reset, updateOutput, updateRGBFormat
-
Methods inherited from class net.sf.fmj.media.BasicPlugIn
error, getClassForName, getControl, getInputData, getNativeData, getOutputData, matches, plugInExists, validateByteArraySize, validateData, validateIntArraySize, validateShortArraySize
-
-
-
-
Method Detail
-
getControls
public Object[] getControls()
- Specified by:
getControlsin interfacejavax.media.Controls- Overrides:
getControlsin classnet.sf.fmj.media.BasicPlugIn
-
getMatchingOutputFormats
protected javax.media.Format[] getMatchingOutputFormats(javax.media.Format in)
- Overrides:
getMatchingOutputFormatsin classcom.ibm.media.codec.audio.AudioCodec
-
open
public void open()
Initializes the codec.- Specified by:
openin interfacejavax.media.PlugIn- Overrides:
openin classnet.sf.fmj.media.BasicCodec
-
process
public int process(javax.media.Buffer inputBuffer, javax.media.Buffer outputBuffer)Decodes the buffer
-
-