Uses of Class
jlibrtp.RTCPSession

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

Uses of RTCPSession in jlibrtp
 

Fields in jlibrtp declared as RTCPSession
private  RTCPSession RTCPReceiverThread.rtcpSession
          Parent RTCP Session
protected  RTCPSession RTPSession.rtcpSession
          The RTCP session associated with this RTP Session
private  RTCPSession RTCPSenderThread.rtcpSession
          Parent RTCP Session
 

Constructors in jlibrtp with parameters of type RTCPSession
RTCPReceiverThread(RTCPSession rtcpSession, RTPSession rtpSession)
          Constructor for new thread
RTCPSenderThread(RTCPSession rtcpSession, RTPSession rtpSession)
          Constructor for new thread