|
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.sun.media.codec.audio.AudioCodec
net.java.sip.communicator.impl.media.codec.audio.alaw.DePacketizer
public class DePacketizer
DePacketizer for ALAW codec
| Field Summary |
|---|
| Fields inherited from class com.sun.media.BasicCodec |
|---|
inputFormat, inputFormats, opened, outputFormat, 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 | |
|---|---|
DePacketizer()
Creates DePacketizer |
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class com.sun.media.codec.audio.AudioCodec |
|---|
checkFormat, setInputFormat, setOutputFormat |
| Methods inherited from class com.sun.media.BasicCodec |
|---|
checkEOM, checkInputBuffer, getArrayElementSize, getInputFormat, getOutputFormat, getSupportedInputFormats, isEOM, processAtEOM, propagateEOM, reset, updateOutput, updateRGBFormat |
| 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 DePacketizer()
| Method Detail |
|---|
public String getName()
getName in interface javax.media.PlugIngetName in class com.sun.media.BasicPlugInpublic javax.media.Format[] getSupportedOutputFormats(javax.media.Format in)
getSupportedOutputFormats in interface javax.media.CodecgetSupportedOutputFormats in class com.sun.media.BasicCodecin - Format
public 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.BasicCodecinputBuffer - BufferoutputBuffer - Buffer
|
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 | |||||||||