src/jlibrtp/package.html
author Da Risk <darisk972@gmail.com>
Tue, 14 Apr 2009 16:56:20 +0200
changeset 105 c6e4728ac9f7
parent 13 e684f11070d5
permissions -rw-r--r--
Passage sous cupcake :) Peu de modification de code, il faut juste creer des fichier aidl pour les classes parcelables. Sinon les fichier de build.xml ont ete completement modifiés, j'ai remplacé par les nouveaux. (il doit y avoir un manque de precision dans le fichier build.properties)
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>