Sophie

Sophie

distrib > Fedora > 15 > x86_64 > by-pkgid > 1d585a651e1f59d5b094b38dc6900c74 > files > 603

jrtplib-devel-3.7.1-8.fc15.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>jrtplib: src/rtppacketbuilder.h File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="jrtplib.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.3 -->
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">jrtplib&#160;<span id="projectnumber">3.7.1</span></div>
  </td>
 </tr>
 </tbody>
</table>
</div>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
      <li><a href="dirs.html"><span>Directories</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&#160;List</span></a></li>
      <li><a href="globals.html"><span>File&#160;Members</span></a></li>
    </ul>
  </div>
  <div id="nav-path" class="navpath">
    <ul>
      <li class="navelem"><a class="el" href="dir_e5298977290e638844c8018a73ab0caf.html">src</a>      </li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="summary">
<a href="#nested-classes">Classes</a>  </div>
  <div class="headertitle">
<h1>rtppacketbuilder.h File Reference</h1>  </div>
</div>
<div class="contents">
<div class="textblock"><code>#include &quot;rtpconfig.h&quot;</code><br/>
<code>#include &quot;<a class="el" href="rtperrors_8h_source.html">rtperrors.h</a>&quot;</code><br/>
<code>#include &quot;rtpdefines.h&quot;</code><br/>
<code>#include &quot;<a class="el" href="rtprandom_8h_source.html">rtprandom.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="rtptimeutilities_8h_source.html">rtptimeutilities.h</a>&quot;</code><br/>
<code>#include &quot;rtptypes.h&quot;</code><br/>
<code>#include &quot;<a class="el" href="rtpmemoryobject_8h_source.html">rtpmemoryobject.h</a>&quot;</code><br/>
</div><div class="textblock"><div class="dynheader">
Include dependency graph for rtppacketbuilder.h:</div>
<div class="dyncontent">
<div class="center"><img src="rtppacketbuilder_8h__incl.png" border="0" usemap="#src_2rtppacketbuilder_8h" alt=""/></div>
<map name="src_2rtppacketbuilder_8h" id="src_2rtppacketbuilder_8h">
<area shape="rect" id="node3" href="rtpconfig_8h_source.html" title="rtpconfig.h" alt="" coords="277,229,408,256"/><area shape="rect" id="node7" href="rtperrors_8h.html" title="rtperrors.h" alt="" coords="812,80,943,107"/><area shape="rect" id="node11" href="rtpdefines_8h_source.html" title="rtpdefines.h" alt="" coords="967,80,1108,107"/><area shape="rect" id="node15" href="rtprandom_8h.html" title="rtprandom.h" alt="" coords="607,155,737,181"/><area shape="rect" id="node18" href="rtptypes_8h_source.html" title="rtptypes.h" alt="" coords="519,229,641,256"/><area shape="rect" id="node28" href="rtptimeutilities_8h.html" title="rtptimeutilities.h" alt="" coords="52,155,255,181"/><area shape="rect" id="node37" href="rtpmemoryobject_8h.html" title="rtpmemoryobject.h" alt="" coords="385,80,577,107"/><area shape="rect" id="node5" href="rtpconfig__unix_8h_source.html" title="rtpconfig_unix.h" alt="" coords="252,304,433,331"/><area shape="rect" id="node20" href="rtptypes__unix_8h_source.html" title="rtptypes_unix.h" alt="" coords="495,304,665,331"/><area shape="rect" id="node40" href="rtpmemorymanager_8h.html" title="rtpmemorymanager.h" alt="" coords="380,155,583,181"/></map>
</div>
</div><div class="textblock"><div class="dynheader">
This graph shows which files directly or indirectly include this file:</div>
<div class="dyncontent">
<div class="center"><img src="rtppacketbuilder_8h__dep__incl.png" border="0" usemap="#src_2rtppacketbuilder_8hdep" alt=""/></div>
<map name="src_2rtppacketbuilder_8hdep" id="src_2rtppacketbuilder_8hdep">
<area shape="rect" id="node3" href="rtpsession_8h.html" title="src/rtpsession.h" alt="" coords="36,80,217,107"/></map>
</div>
</div>
<p><a href="rtppacketbuilder_8h_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="nested-classes"></a>
Classes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classRTPPacketBuilder.html">RTPPacketBuilder</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">This class can be used to build RTP packets and is a bit more high-level than the <a class="el" href="classRTPPacket.html" title="Represents an RTP Packet.">RTPPacket</a> class: it generates an SSRC identifier, keeps track of timestamp and sequence number etc.  <a href="classRTPPacketBuilder.html#_details">More...</a><br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<div class="textblock"></div></div>
<hr class="footer"/><address class="footer"><small>Generated on Wed Feb 9 2011 for jrtplib by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </small></address>
</body>
</html>