Uses of Interface
jlibrtp.DebugAppIntf

Packages that use DebugAppIntf
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 DebugAppIntf in jlibrtp
 

Fields in jlibrtp declared as DebugAppIntf
protected  DebugAppIntf RTPSession.debugAppIntf
          Handle to application interface for debugging
 

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

Uses of DebugAppIntf in jlibrtpDemos
 

Classes in jlibrtpDemos that implement DebugAppIntf
 class XmlPacketRecorder