src/jlibrtp/package.html
author Da Risk <darisk972@gmail.com>
Fri, 22 May 2009 22:29:14 +0200
changeset 219 79ccbe331695
parent 13 e684f11070d5
permissions -rw-r--r--
Les conversations sont retenues dans les chats du service. On peut donc les réafficher dans l'activité SendIm. J'en ai profité pour rendre cette activité SingleTop ainsi une seule instance set utilisé. Il reste un probleme avec les notifications qui ne peuvent pas etre réutilisé. Si on a 2 notifications la 2e ne marchera pas.
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>