Package | Description |
---|---|
org.jlibrtp |
The jlibrtp package contains the core classes of jlibrtp.
|
Modifier and Type | Field and Description |
---|---|
protected PktBufNode |
PktBufNode.nextFrameNode
The next node within the frame, i.e.
|
protected PktBufNode |
PktBufNode.nextFrameQueueNode
The next node (RTP Timestamp), looking from the back -> next means older
|
protected PktBufNode |
PktBufNode.prevFrameQueueNode
The previous node (RTP Timestmap), looking from the back -> prev means newer
|
Constructor and Description |
---|
DataFrame(PktBufNode aBufNode,
Participant p,
int noPkts)
The usual way to construct a frame is by giving it a PktBufNode,
which contains links to all the other pkts that make it up.
|