public class JavaDecoder
extends com.ibm.media.codec.audio.AudioCodec
DEBUG, defaultOutputFormats, inputFormat, outputFormat, PLUGIN_NAME, supportedInputFormats, supportedOutputFormats| Constructor and Description |
|---|
JavaDecoder() |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getControls() |
protected javax.media.Format[] |
getMatchingOutputFormats(javax.media.Format in) |
void |
open()
Initializes the codec.
|
int |
process(javax.media.Buffer inputBuffer,
javax.media.Buffer outputBuffer)
Decodes the buffer
|
checkFormat, getInputFormat, getName, getOutputFormat, getSupportedInputFormats, getSupportedOutputFormats, setInputFormat, setOutputFormatcheckEOM, checkInputBuffer, close, getArrayElementSize, isEOM, processAtEOM, propagateEOM, reset, updateOutput, updateRGBFormaterror, getClassForName, getControl, getInputData, getNativeData, getOutputData, matches, plugInExists, validateByteArraySize, validateData, validateIntArraySize, validateShortArraySizepublic Object[] getControls()
getControls in interface javax.media.ControlsgetControls in class net.sf.fmj.media.BasicPlugInprotected javax.media.Format[] getMatchingOutputFormats(javax.media.Format in)
getMatchingOutputFormats in class com.ibm.media.codec.audio.AudioCodecpublic void open()
open in interface javax.media.PlugInopen in class net.sf.fmj.media.BasicCodecpublic int process(javax.media.Buffer inputBuffer,
javax.media.Buffer outputBuffer)
Copyright © 2021 jitsi.org. All rights reserved.