|
SIP Communicator: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.media.BasicPlugIn
com.sun.media.BasicCodec
com.ibm.media.codec.audio.AudioCodec
net.java.sip.communicator.impl.media.codec.audio.ilbc.JavaDecoder
public class JavaDecoder
iLbc 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()
|
Object[] |
getControls()
|
protected javax.media.Format[] |
getMatchingOutputFormats(javax.media.Format in)
|
void |
open()
|
int |
process(javax.media.Buffer inputBuffer,
javax.media.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, updateRGBFormat |
| Methods inherited from class com.sun.media.BasicPlugIn |
|---|
error, getClassForName, getControl, 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 |
| Constructor Detail |
|---|
public JavaDecoder()
| Method Detail |
|---|
protected 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 com.sun.media.BasicCodecpublic void close()
close in interface javax.media.PlugInclose in class com.sun.media.BasicCodec
public int process(javax.media.Buffer inputBuffer,
javax.media.Buffer outputBuffer)
process in interface javax.media.Codecprocess in class com.sun.media.BasicCodecpublic Object[] getControls()
getControls in interface javax.media.ControlsgetControls in class com.sun.media.BasicPlugIn
|
SIP Communicator: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||