Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.impl.neomedia.codec.video.ByteBuffer

Packages that use ByteBuffer
net.java.sip.communicator.impl.neomedia.codec.video   
net.java.sip.communicator.impl.neomedia.jmfext.media.protocol   
 

Uses of ByteBuffer in net.java.sip.communicator.impl.neomedia.codec.video
 

Methods in net.java.sip.communicator.impl.neomedia.codec.video with parameters of type ByteBuffer
static void FinalizableAVFrame.read(javax.media.Buffer buffer, javax.media.Format format, ByteBuffer data, ByteBufferPool byteBufferPool)
           
 

Uses of ByteBuffer in net.java.sip.communicator.impl.neomedia.jmfext.media.protocol
 

Methods in net.java.sip.communicator.impl.neomedia.jmfext.media.protocol that return ByteBuffer
 ByteBuffer ByteBufferPool.getFreeBuffer(int capacity)
          Gets a ByteBuffer out of the pool of free ByteBuffers (i.e.
 

Methods in net.java.sip.communicator.impl.neomedia.jmfext.media.protocol with parameters of type ByteBuffer
 void ByteBufferPool.returnFreeBuffer(ByteBuffer buffer)
          Returns a specific ByteBuffer into the pool of free ByteBuffers (i.e.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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