Uses of Class
jlibrtp.RtpPkt

Packages that use RtpPkt
jlibrtp The jlibrtp package contains the core classes of jlibrtp. 
 

Uses of RtpPkt in jlibrtp
 

Fields in jlibrtp declared as RtpPkt
protected  RtpPkt PktBufNode.pkt
          The payload, a parsed RTP Packet
 

Methods in jlibrtp with parameters of type RtpPkt
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.
 

Constructors in jlibrtp with parameters of type RtpPkt
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