Uses of Class
jlibrtp.RtcpPktAPP

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

Uses of RtcpPktAPP in jlibrtp
 

Fields in jlibrtp with type parameters of type RtcpPktAPP
protected  java.util.Hashtable<java.lang.Long,java.util.LinkedList<RtcpPktAPP>> RTCPSession.appQueue
          APP queue , index is SSRC of target
 

Methods in jlibrtp that return RtcpPktAPP
protected  RtcpPktAPP[] RTCPSession.getFromAppQueue(long targetSsrc)
          Adds an RTCP APP (application) packet to the queue
 

Methods in jlibrtp with parameters of type RtcpPktAPP
protected  void RTCPSession.addToAppQueue(long targetSsrc, RtcpPktAPP aPkt)
          Adds an RTCP APP (application) packet to the queue