Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > c9881146c6f577eab6c4234fd92f4c52 > files > 44

ortp-devel-0.20.0-2.fc16.i686.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>oRTP: oRTP API documentation</title>

<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css" />



</head>
<body>
<div id="top"><!-- do not remove this div! -->


<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  
  
  <td style="padding-left: 0.5em;">
   <div id="projectname">oRTP
   &#160;<span id="projectnumber">0.20.0</span>
   </div>
   
  </td>
  
  
  
 </tr>
 </tbody>
</table>
</div>

<!-- Generated by Doxygen 1.7.5 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li class="current"><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="headertitle">
<div class="title">oRTP API documentation </div>  </div>
</div>
<div class="contents">
<div class="textblock"><h2><a class="anchor" id="init"></a>
Initializing oRTP</h2>
<p>see <a class="el" href="ortp_8h.html" title="General purpose library functions.">ortp.h</a> documentation.</p>
<h2><a class="anchor" id="rtpsession"></a>
the RtpSession object</h2>
<p>see the <a class="el" href="rtpsession_8h.html" title="The RtpSession api.">rtpsession.h</a> documentation.</p>
<h2><a class="anchor" id="payloadtypes"></a>
Managing PayloadType(s) and RtpProfile(s)</h2>
<p>see the <a class="el" href="payloadtype_8h.html" title="Using and creating standart and custom RTP profiles.">payloadtype.h</a> documentation.</p>
<h2><a class="anchor" id="telephonevents"></a>
Sending and receiving telephone-event (RFC2833)</h2>
<p>see the <a class="el" href="telephonyevents_8h.html" title="Receiving and sending telephone events (RFC2833)">telephonyevents.h</a> documentation. To get informed about incoming telephone-event you can register a callback using <a class="el" href="rtpsession_8h.html#a6582ff56c28dfb92fb766acf627f7b64">rtp_session_signal_connect()</a> or by registering an event queue using <a class="el" href="rtpsession_8h.html#a9d31ac30cac9a6367d958de31d8df288">rtp_session_register_event_queue()</a>.</p>
<h2><a class="anchor" id="sessionset"></a>
Managing several RtpSession simultaneously</h2>
<p>see the <a class="el" href="sessionset_8h.html" title="Sending and receiving multiple streams together with only one thread.">sessionset.h</a> documentation.</p>
<h2><a class="anchor" id="rtcp"></a>
Parsing incoming rtcp packets.</h2>
<p>The parsing api is defined in <a class="el" href="rtcp_8h_source.html">rtcp.h</a> (not yet documented).</p>
<h2><a class="anchor" id="examples"></a>
Examples</h2>
<p>oRTP comes with a set of examples in src/tests.</p>
<ul>
<li>rtprecv.c rtpsend.c show how to receive and send a single RTP stream.</li>
<li>mrtprecv.c mrtpsend.c show how to receive and send multiple RTP streams simultaneously </li>
</ul>
</div></div>


<hr class="footer"/><address class="footer"><small>
Generated on Sat Feb 25 2012 10:01:30 for oRTP by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.5
</small></address>

</body>
</html>