|
|||||||||
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.ilbc.JavaEncoder
public class JavaEncoder
The ilbc Encoder
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 | |
---|---|
JavaEncoder()
|
Method Summary | |
---|---|
void |
close()
|
java.lang.Object[] |
getControls()
|
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, 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 JavaEncoder()
Method Detail |
---|
protected Format[] getMatchingOutputFormats(Format in)
getMatchingOutputFormats
in class com.ibm.media.codec.audio.AudioCodec
public void open() throws ResourceUnavailableException
open
in interface PlugIn
open
in class com.sun.media.BasicCodec
ResourceUnavailableException
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
public java.lang.Object[] getControls()
getControls
in interface Controls
getControls
in class com.sun.media.BasicPlugIn
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |