src/jlibrtp/package.html
changeset 214 2bf440c54ca5
parent 213 9bdff6cbd120
child 215 5db64229be69
equal deleted inserted replaced
213:9bdff6cbd120 214:2bf440c54ca5
     1 <html>
       
     2 <body>
       
     3 <p>The jlibrtp package contains the core classes of jlibrtp. Most of these classes
       
     4  are protected or private, developers looking to use jlibrtp should only concern
       
     5  themselves with</p>
       
     6  <ul>
       
     7  <li>RTPSession - the main session object
       
     8  <li>Participant - participant objects
       
     9  <li>DataFrame - the containers in which data is returned
       
    10  <li>RTPAppIntf - the mininum callback interface
       
    11  <li>RTPCAppIntf - optional interface for receing RTCP packets
       
    12  <li>RTCPAVPFIntf - optional interface for RTP with feedback
       
    13  <li>DebugAppIntf - optional interface for debugging
       
    14  </ul>
       
    15  <p>
       
    16  DebugAppIntf is great for checking network problems and keeping track of packets. 
       
    17  If you need extensive debugging you should statically change the debug values in RTPSession.java
       
    18  and pay attention to the standard output.
       
    19  </p>
       
    20  
       
    21 </body>
       
    22 </html>