Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.neomedia.codec.audio.ulaw
Class Packetizer

java.lang.Object
  extended by net.sf.fmj.media.AbstractControls
      extended by net.sf.fmj.media.AbstractPlugIn
          extended by net.sf.fmj.media.AbstractCodec
              extended by net.sf.fmj.media.AbstractPacketizer
                  extended by net.sf.fmj.media.codec.audio.ulaw.Packetizer
                      extended by com.sun.media.codec.audio.ulaw.Packetizer
                          extended by net.java.sip.communicator.impl.neomedia.codec.audio.ulaw.Packetizer
All Implemented Interfaces:
javax.media.Codec, javax.media.Controls, javax.media.PlugIn

public class Packetizer
extends com.sun.media.codec.audio.ulaw.Packetizer

Overrides the ULaw Packetizer with a different packet size.

Author:
Thomas Hofer

Field Summary
 
Fields inherited from class com.sun.media.codec.audio.ulaw.Packetizer
packetSize, PLUGIN_NAME
 
Fields inherited from class net.sf.fmj.media.codec.audio.ulaw.Packetizer
outputFormats
 
Fields inherited from class net.sf.fmj.media.AbstractCodec
inputFormat, inputFormats, opened, outputFormat
 
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()
          Constructs a new ULaw Packetizer.
 
Method Summary
 
Methods inherited from class com.sun.media.codec.audio.ulaw.Packetizer
getName
 
Methods inherited from class net.sf.fmj.media.codec.audio.ulaw.Packetizer
close, getSupportedOutputFormats, open, setInputFormat, setOutputFormat
 
Methods inherited from class net.sf.fmj.media.AbstractPacketizer
doBuildPacketHeader, process, setDoNotSpanInputBuffers, setPacketSize, setPacketSizeImpl
 
Methods inherited from class net.sf.fmj.media.AbstractCodec
checkInputBuffer, dump, getInputFormat, getOutputFormat, getSupportedInputFormats, isEOM, propagateEOM
 
Methods inherited from class net.sf.fmj.media.AbstractPlugIn
reset
 
Methods inherited from class net.sf.fmj.media.AbstractControls
addControl, getControl, getControls, removeControl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.media.PlugIn
reset
 
Methods inherited from interface javax.media.Controls
getControl, getControls
 

Constructor Detail

Packetizer

public Packetizer()
Constructs a new ULaw Packetizer.


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.