public class JavaDecoder extends AbstractCodec2
Codec.BUFFER_FLAG_FEC, BUFFER_FLAG_PLC, EMPTY_FORMATS, features, MAX_AUDIO_SEQUENCE_NUMBERS_TO_PLC, SEQUENCE_MAX, SEQUENCE_MIN| Constructor and Description |
|---|
JavaDecoder()
Initializes a new iLBC JavaDecoder instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doClose()
Implements
AbstractCodec2.doClose(). |
protected void |
doOpen()
Implements
AbstractCodec2.doOpen(). |
protected int |
doProcess(javax.media.Buffer inputBuffer,
javax.media.Buffer outputBuffer)
Implements
AbstractCodec2.doProcess(Buffer, Buffer). |
protected javax.media.Format[] |
getMatchingOutputFormats(javax.media.Format inputFormat)
Gets the Formats which are supported by this Codec as
output when the input is in a specific Format.
|
calculateLostSeqNoCount, close, discardOutputBuffer, getName, getSupportedOutputFormats, incrementSeqNo, matches, open, process, setInputFormat, setOutputFormat, specialize, updateOutput, validateByteArraySize, validateShortArraySizecheckInputBuffer, dump, getInputFormat, getOutputFormat, getSupportedInputFormats, isEOM, propagateEOMaddControl, getControl, getControls, removeControlprotected void doClose()
AbstractCodec2.doClose().doClose in class AbstractCodec2AbstractCodec2.doClose()protected void doOpen()
AbstractCodec2.doOpen().doOpen in class AbstractCodec2AbstractCodec2.doOpen()protected int doProcess(javax.media.Buffer inputBuffer,
javax.media.Buffer outputBuffer)
AbstractCodec2.doProcess(Buffer, Buffer).doProcess in class AbstractCodec2AbstractCodec2.doProcess(Buffer, Buffer)protected javax.media.Format[] getMatchingOutputFormats(javax.media.Format inputFormat)
AbstractCodec2getMatchingOutputFormats in class AbstractCodec2inputFormat - the Format of the input for which the
supported output Formats are to be returnedCopyright © 2021 jitsi.org. All rights reserved.