public class DePacketizer
extends com.sun.media.codec.audio.AudioCodec
| Constructor and Description |
|---|
DePacketizer()
Creates DePacketizer
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Clean up
|
String |
getName()
Returns the name of the DePacketizer
|
javax.media.Format[] |
getSupportedOutputFormats(javax.media.Format in)
Returns the supported output formats
|
void |
open()
Initializes the codec.
|
int |
process(javax.media.Buffer inputBuffer,
javax.media.Buffer outputBuffer)
decode the buffer
|
checkFormat, setInputFormat, setOutputFormatcheckEOM, checkInputBuffer, getArrayElementSize, getInputFormat, getOutputFormat, getSupportedInputFormats, isEOM, processAtEOM, propagateEOM, reset, updateOutput, updateRGBFormaterror, getClassForName, getControl, getControls, getInputData, getNativeData, getOutputData, matches, plugInExists, validateByteArraySize, validateData, validateIntArraySize, validateShortArraySizepublic String getName()
public javax.media.Format[] getSupportedOutputFormats(javax.media.Format in)
in - Formatpublic void open()
open in interface javax.media.PlugInopen in class net.sf.fmj.media.BasicCodecpublic void close()
close in interface javax.media.PlugInclose in class net.sf.fmj.media.BasicCodecpublic int process(javax.media.Buffer inputBuffer,
javax.media.Buffer outputBuffer)
inputBuffer - BufferoutputBuffer - BufferCopyright © 2021 jitsi.org. All rights reserved.