|
Jitsi: 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.Objectnet.sf.fmj.media.BasicPlugIn
net.sf.fmj.media.BasicCodec
com.sun.media.BasicCodec
com.ibm.media.codec.audio.AudioCodec
com.ibm.media.codec.audio.AudioPacketizer
net.java.sip.communicator.impl.neomedia.codec.audio.alaw.Packetizer
public class Packetizer
Implements an RTP packetizer for the A-law codec.
| Field Summary |
|---|
| Fields inherited from class com.ibm.media.codec.audio.AudioPacketizer |
|---|
history, historyLength, packetSize, sample_count |
| Fields inherited from class com.ibm.media.codec.audio.AudioCodec |
|---|
DEBUG, defaultOutputFormats, inputFormat, outputFormat, PLUGIN_NAME, supportedInputFormats, supportedOutputFormats |
| Fields inherited from class net.sf.fmj.media.BasicCodec |
|---|
inputFormats, opened, outputFormats, pendingEOM |
| Fields inherited from class net.sf.fmj.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 | |
|---|---|
Packetizer()
Initializes a new Packetizer instance. |
|
| Method Summary | |
|---|---|
Object[] |
getControls()
|
protected javax.media.Format[] |
getMatchingOutputFormats(javax.media.Format in)
|
void |
open()
|
| Methods inherited from class com.ibm.media.codec.audio.AudioPacketizer |
|---|
process, reset |
| Methods inherited from class com.ibm.media.codec.audio.AudioCodec |
|---|
checkFormat, getInputFormat, getName, getOutputFormat, getSupportedInputFormats, getSupportedOutputFormats, setInputFormat, setOutputFormat |
| Methods inherited from class net.sf.fmj.media.BasicCodec |
|---|
checkEOM, checkInputBuffer, close, getArrayElementSize, isEOM, processAtEOM, propagateEOM, updateOutput, updateRGBFormat |
| Methods inherited from class net.sf.fmj.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 Packetizer()
| Method Detail |
|---|
public 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.AudioCodec
public void open()
throws javax.media.ResourceUnavailableException
open in interface javax.media.PlugInopen in class net.sf.fmj.media.BasicCodecjavax.media.ResourceUnavailableException
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||