src/jlibrtp/package.html
author nikita@nikita-rack
Tue, 21 Apr 2009 19:08:32 +0200
changeset 122 619465682697
parent 13 e684f11070d5
permissions -rw-r--r--
ajout de la creation de compte, il faut encore rendre le message un peu plus verbose en cas d'echec. Il faudrait aussi faire une connection auto peut etre.
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>