| Package | Description |
|---|---|
| org.jlibrtp |
The jlibrtp package contains the core classes of jlibrtp.
|
| Modifier and Type | Field and Description |
|---|---|
protected RtpPkt |
PktBufNode.pkt
The payload, a parsed RTP Packet
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
PktBuffer.addPkt(RtpPkt aPkt)
Adds a packet, this happens in constant time if they arrive in order.
|
protected void |
Participant.updateRRStats(int packetLength,
RtpPkt pkt)
Updates the participant with information for receiver reports.
|
| Constructor and Description |
|---|
PktBuffer(RTPSession rtpSession,
Participant p,
RtpPkt aPkt)
Creates a new PktBuffer, a linked list of PktBufNode
|
PktBufNode(RtpPkt aPkt)
Create a new packet buffer node based on a packet
|