Sophie

Sophie

distrib > Fedora > 13 > x86_64 > by-pkgid > 598246a3099b0106d22dd5249478d3b7 > files > 227

ccrtp-devel-1.7.1-2.fc12.i686.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>ccRTP: RTP sessions.</title>
<link href="tabs.css" rel="stylesheet" type="text/css">
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.9 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
      <li><a href="examples.html"><span>Examples</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<h1>RTP sessions.</h1><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_t_r_t_p_session_base.html">TRTPSessionBase&lt; RTPDataChannel, RTCPChannel, ServiceQueue &gt;</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_single_thread_r_t_p_session.html">SingleThreadRTPSession&lt; RTPDataChannel, RTCPChannel, ServiceQueue &gt;</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This template class adds the threading aspect to the <a class="el" href="class_r_t_p_session_base.html" title="Generic RTP protocol stack for exchange of realtime data.">RTPSessionBase</a> template in one of the many possible ways.  <a href="class_single_thread_r_t_p_session.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_r_t_p_session_base.html">RTPSessionBase</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Generic RTP protocol stack for exchange of realtime data.  <a href="class_r_t_p_session_base.html#_details">More...</a><br></td></tr>
<tr><td colspan="2"><br><h2>Typedefs</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef <a class="el" href="class_single_thread_r_t_p_session.html">SingleThreadRTPSession</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__sessions.html#g24e16f350c9ae0c1e2a3f5d6a6dad9f9">RTPSession</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Uses two pairs of sockets for RTP data and RTCP transmission/reception.  <a href="#g24e16f350c9ae0c1e2a3f5d6a6dad9f9"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef <a class="el" href="class_single_thread_r_t_p_session.html">RTPSession</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__sessions.html#gdf1c6653b0c0963a3d3ac98730a29685">RTPSocket</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Alias for RTPSession.  <a href="#gdf1c6653b0c0963a3d3ac98730a29685"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef <a class="el" href="class_single_thread_r_t_p_session.html">SingleThreadRTPSession</a><br class="typebreak">
&lt; <a class="el" href="class_r_t_p_base_u_d_p_i_pv4_socket.html">SymmetricRTPChannel</a>, <br class="typebreak">
<a class="el" href="class_r_t_p_base_u_d_p_i_pv4_socket.html">SymmetricRTPChannel</a> &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__sessions.html#g8c9dd5e82e1ea0da011c893a6a6cece7">SymmetricRTPSession</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Uses one pair of sockets, (1) for RTP data and (2) for RTCP transmission/reception.  <a href="#g8c9dd5e82e1ea0da011c893a6a6cece7"></a><br></td></tr>
</table>
<hr><h2>Typedef Documentation</h2>
<a class="anchor" name="g24e16f350c9ae0c1e2a3f5d6a6dad9f9"></a><!-- doxytag: member="rtp.h::RTPSession" ref="g24e16f350c9ae0c1e2a3f5d6a6dad9f9" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="class_single_thread_r_t_p_session.html">RTPSession</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Uses two pairs of sockets for RTP data and RTCP transmission/reception. 
<p>
UDP/IPv4 RTP Session scheduled by one thread of execution. <dl compact><dt><b>Examples: </b></dt><dd>
<a class="el" href="audiorx_8cpp-example.html#a1">audiorx.cpp</a>, <a class="el" href="audiotx_8cpp-example.html#a1">audiotx.cpp</a>, <a class="el" href="ccrtptest_8cpp-example.html#a5">ccrtptest.cpp</a>, <a class="el" href="rtphello_8cpp-example.html#a1">rtphello.cpp</a>, <a class="el" href="rtplisten_8cpp-example.html#a1">rtplisten.cpp</a>, and <a class="el" href="rtpsend_8cpp-example.html#a1">rtpsend.cpp</a>.</dl>
</div>
</div><p>
<a class="anchor" name="gdf1c6653b0c0963a3d3ac98730a29685"></a><!-- doxytag: member="rtp.h::RTPSocket" ref="gdf1c6653b0c0963a3d3ac98730a29685" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="class_single_thread_r_t_p_session.html">RTPSocket</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Alias for RTPSession. 
<p>

</div>
</div><p>
<a class="anchor" name="g8c9dd5e82e1ea0da011c893a6a6cece7"></a><!-- doxytag: member="rtp.h::SymmetricRTPSession" ref="g8c9dd5e82e1ea0da011c893a6a6cece7" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="class_single_thread_r_t_p_session.html">SymmetricRTPSession</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Uses one pair of sockets, (1) for RTP data and (2) for RTCP transmission/reception. 
<p>
Symmetric UDP/IPv4 RTP session scheduled by one thread of execution. 
</div>
</div><p>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Fri Jul 24 21:42:25 2009 for ccRTP by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
</html>