public class RTCPIterator extends Object implements Iterator<org.jitsi.utils.ByteArrayBuffer>
Iterator for RTCP packets contained in a compound RTCP packet.
For a PacketTransformer that splits compound RTCP packets into
individual RTCP packets CompoundPacketEngine.
Instances of this class are not thread-safe. If multiple threads access an
instance concurrently, it must be synchronized externally.| Constructor and Description |
|---|
RTCPIterator(org.jitsi.utils.ByteArrayBuffer baf)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
org.jitsi.utils.ByteArrayBuffer |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingCopyright © 2021 jitsi.org. All rights reserved.