public class JNIDecoderImpl extends AbstractCodec2
BUFFER_FLAG_FEC, BUFFER_FLAG_PLC, EMPTY_FORMATS, features, MAX_AUDIO_SEQUENCE_NUMBERS_TO_PLC, SEQUENCE_MAX, SEQUENCE_MIN| Constructor and Description |
|---|
JNIDecoderImpl()
Initializes a new
JNIDecoderImpl instance. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doClose() |
protected void |
doOpen()
Opens this Codec and acquires the resources that it needs to
operate.
|
protected int |
doProcess(javax.media.Buffer inputBuffer,
javax.media.Buffer outputBuffer) |
calculateLostSeqNoCount, close, discardOutputBuffer, getMatchingOutputFormats, getName, getSupportedOutputFormats, incrementSeqNo, matches, open, process, setInputFormat, setOutputFormat, specialize, updateOutput, validateByteArraySize, validateShortArraySizecheckInputBuffer, dump, getInputFormat, getOutputFormat, getSupportedInputFormats, isEOM, propagateEOMaddControl, getControl, getControls, removeControlpublic JNIDecoderImpl()
JNIDecoderImpl instance.protected void doClose()
doClose in class AbstractCodec2AbstractCodec2.doClose()protected void doOpen()
throws javax.media.ResourceUnavailableException
AbstractCodec2PlugIn.open() on this instance will result in
a call to doOpen only if AbstractCodec.opened is
false. All required input and/or output formats are assumed to
have been set on this Codec before doOpen is called.doOpen in class AbstractCodec2javax.media.ResourceUnavailableException - if any of the resources that this
Codec needs to operate cannot be acquiredAbstractCodec2.doOpen()protected int doProcess(javax.media.Buffer inputBuffer,
javax.media.Buffer outputBuffer)
doProcess in class AbstractCodec2AbstractCodec2.doProcess(Buffer, Buffer)Copyright © 2022 jitsi.org. All rights reserved.