|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.media.BasicPlugIn com.sun.media.BasicCodec com.ibm.media.codec.audio.AudioCodec net.java.sip.communicator.impl.media.codec.audio.speex.JavaDecoder
public class JavaDecoder
Speex to PCM java decoder
Field Summary |
---|
Fields inherited from class com.ibm.media.codec.audio.AudioCodec |
---|
DEBUG, defaultOutputFormats, inputFormat, outputFormat, PLUGIN_NAME, supportedInputFormats, supportedOutputFormats |
Fields inherited from class com.sun.media.BasicCodec |
---|
inputFormats, opened, outputFormats, pendingEOM |
Fields inherited from class com.sun.media.BasicPlugIn |
---|
controls |
Fields inherited from interface javax.media.PlugIn |
---|
BUFFER_PROCESSED_FAILED, BUFFER_PROCESSED_OK, INPUT_BUFFER_NOT_CONSUMED, OUTPUT_BUFFER_NOT_FILLED, PLUGIN_TERMINATED |
Constructor Summary | |
---|---|
JavaDecoder()
|
Method Summary | |
---|---|
void |
close()
|
protected Format[] |
getMatchingOutputFormats(Format in)
|
void |
open()
|
int |
process(Buffer inputBuffer,
Buffer outputBuffer)
|
Methods inherited from class com.ibm.media.codec.audio.AudioCodec |
---|
checkFormat, getInputFormat, getName, getOutputFormat, getSupportedInputFormats, getSupportedOutputFormats, setInputFormat, setOutputFormat |
Methods inherited from class com.sun.media.BasicCodec |
---|
checkEOM, checkInputBuffer, getArrayElementSize, isEOM, processAtEOM, propagateEOM, reset, updateOutput |
Methods inherited from class com.sun.media.BasicPlugIn |
---|
error, getClassForName, getControl, getControls, getInputData, getNativeData, getOutputData, matches, plugInExists, validateByteArraySize, validateData, validateIntArraySize, validateShortArraySize |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.media.Controls |
---|
getControl, getControls |
Constructor Detail |
---|
public JavaDecoder()
Method Detail |
---|
protected Format[] getMatchingOutputFormats(Format in)
getMatchingOutputFormats
in class com.ibm.media.codec.audio.AudioCodec
public void open()
open
in interface PlugIn
open
in class com.sun.media.BasicCodec
public void close()
close
in interface PlugIn
close
in class com.sun.media.BasicCodec
public int process(Buffer inputBuffer, Buffer outputBuffer)
process
in interface Codec
process
in class com.sun.media.BasicCodec
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |