SIP Communicator: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.media.codec.audio.alaw
Class PacketSizeAdapter

java.lang.Object
  extended by com.sun.media.controls.PacketSizeAdapter
      extended by net.java.sip.communicator.impl.media.codec.audio.alaw.PacketSizeAdapter
All Implemented Interfaces:
javax.media.Control, javax.media.control.PacketSizeControl

 class PacketSizeAdapter
extends com.sun.media.controls.PacketSizeAdapter


Field Summary
 
Fields inherited from class com.sun.media.controls.PacketSizeAdapter
isSetable, owner, packetSize
 
Constructor Summary
PacketSizeAdapter(javax.media.Codec newOwner, int newPacketSize, boolean newIsSetable)
           
 
Method Summary
 int setPacketSize(int numBytes)
           
 
Methods inherited from class com.sun.media.controls.PacketSizeAdapter
getControlComponent, getPacketSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PacketSizeAdapter

public PacketSizeAdapter(javax.media.Codec newOwner,
                         int newPacketSize,
                         boolean newIsSetable)
Method Detail

setPacketSize

public int setPacketSize(int numBytes)
Specified by:
setPacketSize in interface javax.media.control.PacketSizeControl
Overrides:
setPacketSize in class com.sun.media.controls.PacketSizeAdapter

SIP Communicator: the OpenSource Java VoIP and Instant Messaging client.

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