org.mobicents.media.server.impl.dsp.audio.g729
Class CircularBuffer
java.lang.Object
org.mobicents.media.server.impl.dsp.audio.g729.CircularBuffer
public class CircularBuffer
- extends Object
This is just a buffer that stores temporary info. FIFO/old info get's overwritten.
Used to compensate irregularly delivered RTP packets.
- Author:
- vralev
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CircularBuffer
public CircularBuffer(int size)
addData
public void addData(byte[] data)
getData
public byte[] getData(int size)
Copyright © 2012 TeleStax, Inc.. All Rights Reserved.