Uses of Interface
jlibrtp.RTCPAppIntf

Packages that use RTCPAppIntf
jlibrtp The jlibrtp package contains the core classes of jlibrtp. 
jlibrtpDemos The jlibrtpDemos package contains simple demonstration programs for testing jlibrtp and to provide some examples of how the library can be used. 
 

Uses of RTCPAppIntf in jlibrtp
 

Fields in jlibrtp declared as RTCPAppIntf
protected  RTCPAppIntf RTPSession.rtcpAppIntf
          Handle to application interface for RTCP (optional)
 

Methods in jlibrtp with parameters of type RTCPAppIntf
 int RTPSession.RTPSessionRegister(RTPAppIntf rtpApp, RTCPAppIntf rtcpApp, DebugAppIntf debugApp)
          Registers an application (RTPAppIntf) with the RTP session.
 

Uses of RTCPAppIntf in jlibrtpDemos
 

Classes in jlibrtpDemos that implement RTCPAppIntf
 class XmlPacketRecorder