src/jlibrtp/package.html
author nikita@nikita-rack
Thu, 09 Apr 2009 20:26:58 +0200
changeset 99 8de21ac527ce
parent 13 e684f11070d5
permissions -rw-r--r--
revert pour refaire un push propre
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
13
e684f11070d5 ajout de jlibrtp
nikita@nikita-rack
parents:
diff changeset
     1
<html>
e684f11070d5 ajout de jlibrtp
nikita@nikita-rack
parents:
diff changeset
     2
<body>
e684f11070d5 ajout de jlibrtp
nikita@nikita-rack
parents:
diff changeset
     3
<p>The jlibrtp package contains the core classes of jlibrtp. Most of these classes
e684f11070d5 ajout de jlibrtp
nikita@nikita-rack
parents:
diff changeset
     4
 are protected or private, developers looking to use jlibrtp should only concern
e684f11070d5 ajout de jlibrtp
nikita@nikita-rack
parents:
diff changeset
     5
 themselves with</p>
e684f11070d5 ajout de jlibrtp
nikita@nikita-rack
parents:
diff changeset
     6
 <ul>
e684f11070d5 ajout de jlibrtp
nikita@nikita-rack
parents:
diff changeset
     7
 <li>RTPSession - the main session object
e684f11070d5 ajout de jlibrtp
nikita@nikita-rack
parents:
diff changeset
     8
 <li>Participant - participant objects
e684f11070d5 ajout de jlibrtp
nikita@nikita-rack
parents:
diff changeset
     9
 <li>DataFrame - the containers in which data is returned
e684f11070d5 ajout de jlibrtp
nikita@nikita-rack
parents:
diff changeset
    10
 <li>RTPAppIntf - the mininum callback interface
e684f11070d5 ajout de jlibrtp
nikita@nikita-rack
parents:
diff changeset
    11
 <li>RTPCAppIntf - optional interface for receing RTCP packets
e684f11070d5 ajout de jlibrtp
nikita@nikita-rack
parents:
diff changeset
    12
 <li>RTCPAVPFIntf - optional interface for RTP with feedback
e684f11070d5 ajout de jlibrtp
nikita@nikita-rack
parents:
diff changeset
    13
 <li>DebugAppIntf - optional interface for debugging
e684f11070d5 ajout de jlibrtp
nikita@nikita-rack
parents:
diff changeset
    14
 </ul>
e684f11070d5 ajout de jlibrtp
nikita@nikita-rack
parents:
diff changeset
    15
 <p>
e684f11070d5 ajout de jlibrtp
nikita@nikita-rack
parents:
diff changeset
    16
 DebugAppIntf is great for checking network problems and keeping track of packets. 
e684f11070d5 ajout de jlibrtp
nikita@nikita-rack
parents:
diff changeset
    17
 If you need extensive debugging you should statically change the debug values in RTPSession.java
e684f11070d5 ajout de jlibrtp
nikita@nikita-rack
parents:
diff changeset
    18
 and pay attention to the standard output.
e684f11070d5 ajout de jlibrtp
nikita@nikita-rack
parents:
diff changeset
    19
 </p>
e684f11070d5 ajout de jlibrtp
nikita@nikita-rack
parents:
diff changeset
    20
 
e684f11070d5 ajout de jlibrtp
nikita@nikita-rack
parents:
diff changeset
    21
</body>
e684f11070d5 ajout de jlibrtp
nikita@nikita-rack
parents:
diff changeset
    22
</html>