Uses of Interface
jlibrtp.RTPAppIntf

Packages that use RTPAppIntf
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. 
validateCcrtp ValidateCcrtp is a small package to test compatibility with ccRTP, a popular C++ implementation of the RTP protocol. 
 

Uses of RTPAppIntf in jlibrtp
 

Fields in jlibrtp declared as RTPAppIntf
protected  RTPAppIntf RTPSession.appIntf
          Handle to application interface for RTP
(package private)  RTPAppIntf AppCallerThread.appl
          The applications interface, where the callback methods are called
 

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

Constructors in jlibrtp with parameters of type RTPAppIntf
AppCallerThread(RTPSession session, RTPAppIntf rtpApp)
          Instatiates the AppCallerThread
 

Uses of RTPAppIntf in jlibrtpDemos
 

Classes in jlibrtpDemos that implement RTPAppIntf
 class SoundReceiverDemo
           
 class SoundSenderDemo
           
 class XmlPacketPlayer
           
 class XmlPacketRecorder
           
 

Uses of RTPAppIntf in validateCcrtp
 

Classes in validateCcrtp that implement RTPAppIntf
 class CCRTPReceiver
          Receives and prints packets sent by the rtpsend demo program in ccrtp 1.5.x Send them to port 6003, unless you modify this program.
 class CCRTPSender
          Sends packet to the rtplisten demo program in ccrtp 1.5.x Listen on port 6004, unless you modify this program.