public class PktBufNode
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected PktBufNode |
nextFrameNode
The next node within the frame, i.e.
|
protected PktBufNode |
nextFrameQueueNode
The next node (RTP Timestamp), looking from the back -> next means older
|
protected RtpPkt |
pkt
The payload, a parsed RTP Packet
|
protected int |
pktCount
Number of packets with the same RTP timestamp
|
protected PktBufNode |
prevFrameQueueNode
The previous node (RTP Timestmap), looking from the back -> prev means newer
|
protected int |
seqNum
The sequence number associated with this node
|
protected long |
timeStamp
The RTP timeStamp associated with this node
|
Modifier | Constructor and Description |
---|---|
protected |
PktBufNode(RtpPkt aPkt)
Create a new packet buffer node based on a packet
|
protected PktBufNode nextFrameQueueNode
protected PktBufNode prevFrameQueueNode
protected PktBufNode nextFrameNode
protected int pktCount
protected long timeStamp
protected int seqNum
protected RtpPkt pkt
protected PktBufNode(RtpPkt aPkt)
aPkt
- the packet