Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 7c0c66d6521a2c8efa0ef6bf03291d7f > files > 97

jrtplib-devel-3.7.1-7.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>jrtplib: RTCPRRPacket Class 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.5.9 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
      <li><a href="dirs.html"><span>Directories</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
      <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<h1>RTCPRRPacket Class Reference</h1><!-- doxytag: class="RTCPRRPacket" --><!-- doxytag: inherits="RTCPPacket" -->Describes an RTCP receiver report packet.  
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="rtcprrpacket_8h_source.html">rtcprrpacket.h</a>&gt;</code>
<p>
<div class="dynheader">
Inheritance diagram for RTCPRRPacket:</div>
<div class="dynsection">
<p><center><img src="classRTCPRRPacket__inherit__graph.png" border="0" usemap="#RTCPRRPacket__inherit__map" alt="Inheritance graph"></center>
<map name="RTCPRRPacket__inherit__map">
<area shape="rect" href="classRTCPPacket.html" title="Base class for specific types of RTCP packets." alt="" coords="16,7,115,33"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>
<div class="dynheader">
Collaboration diagram for RTCPRRPacket:</div>
<div class="dynsection">
<p><center><img src="classRTCPRRPacket__coll__graph.png" border="0" usemap="#RTCPRRPacket__coll__map" alt="Collaboration graph"></center>
<map name="RTCPRRPacket__coll__map">
<area shape="rect" href="classRTCPPacket.html" title="Base class for specific types of RTCP packets." alt="" coords="16,7,115,33"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>

<p>
<a href="classRTCPRRPacket-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classRTCPRRPacket.html#f69ecaa332c0248fd6578688591143ca">RTCPRRPacket</a> (uint8_t *data, size_t datalen)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Creates an instance based on the data in <code>data</code> with length <code>datalen</code>.  <a href="#f69ecaa332c0248fd6578688591143ca"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">uint32_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classRTCPRRPacket.html#055663794607f0ac0fe9208164cc0b3c">GetSenderSSRC</a> () const </td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the SSRC of the participant who sent this packet.  <a href="#055663794607f0ac0fe9208164cc0b3c"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classRTCPRRPacket.html#dc94a5957d58190e589e8ad570355838">GetReceptionReportCount</a> () const </td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the number of reception report blocks present in this packet.  <a href="#dc94a5957d58190e589e8ad570355838"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="8a7dd583e573fa13688b0b8f205d1d57"></a><!-- doxytag: member="RTCPRRPacket::GetSSRC" ref="8a7dd583e573fa13688b0b8f205d1d57" args="(int index) const " -->
uint32_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classRTCPRRPacket.html#8a7dd583e573fa13688b0b8f205d1d57">GetSSRC</a> (int index) const </td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the SSRC of the reception report block described by <code>index</code> which may have a value from 0 to <a class="el" href="classRTCPRRPacket.html#dc94a5957d58190e589e8ad570355838" title="Returns the number of reception report blocks present in this packet.">GetReceptionReportCount()</a>-1 (note that no check is performed to see if <code>index</code> is valid). <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="df2657797b1c3540a686f2dea0515246"></a><!-- doxytag: member="RTCPRRPacket::GetFractionLost" ref="df2657797b1c3540a686f2dea0515246" args="(int index) const " -->
uint8_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classRTCPRRPacket.html#df2657797b1c3540a686f2dea0515246">GetFractionLost</a> (int index) const </td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the `fraction lost' field of the reception report described by <code>index</code> which may have a value from 0 to <a class="el" href="classRTCPRRPacket.html#dc94a5957d58190e589e8ad570355838" title="Returns the number of reception report blocks present in this packet.">GetReceptionReportCount()</a>-1 (note that no check is performed to see if <code>index</code> is valid). <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="6a829bd221951fb0f1e331ceb1e7d60f"></a><!-- doxytag: member="RTCPRRPacket::GetLostPacketCount" ref="6a829bd221951fb0f1e331ceb1e7d60f" args="(int index) const " -->
int32_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classRTCPRRPacket.html#6a829bd221951fb0f1e331ceb1e7d60f">GetLostPacketCount</a> (int index) const </td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the number of lost packets in the reception report block described by <code>index</code> which may have a value from 0 to <a class="el" href="classRTCPRRPacket.html#dc94a5957d58190e589e8ad570355838" title="Returns the number of reception report blocks present in this packet.">GetReceptionReportCount()</a>-1 (note that no check is performed to see if <code>index</code> is valid). <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="3bf5cd13404d1f756af1677eadb7e736"></a><!-- doxytag: member="RTCPRRPacket::GetExtendedHighestSequenceNumber" ref="3bf5cd13404d1f756af1677eadb7e736" args="(int index) const " -->
uint32_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classRTCPRRPacket.html#3bf5cd13404d1f756af1677eadb7e736">GetExtendedHighestSequenceNumber</a> (int index) const </td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the extended highest sequence number of the reception report block described by <code>index</code> which may have a value from 0 to <a class="el" href="classRTCPRRPacket.html#dc94a5957d58190e589e8ad570355838" title="Returns the number of reception report blocks present in this packet.">GetReceptionReportCount()</a>-1 (note that no check is performed to see if <code>index</code> is valid). <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="31c87b21ca5bf24a29631d7819f95f1d"></a><!-- doxytag: member="RTCPRRPacket::GetJitter" ref="31c87b21ca5bf24a29631d7819f95f1d" args="(int index) const " -->
uint32_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classRTCPRRPacket.html#31c87b21ca5bf24a29631d7819f95f1d">GetJitter</a> (int index) const </td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the jitter field of the reception report block described by <code>index</code> which may have a value from 0 to <a class="el" href="classRTCPRRPacket.html#dc94a5957d58190e589e8ad570355838" title="Returns the number of reception report blocks present in this packet.">GetReceptionReportCount()</a>-1 (note that no check is performed to see if <code>index</code> is valid). <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="5c7da62221b99892f2b3ba0ad50f1f71"></a><!-- doxytag: member="RTCPRRPacket::GetLSR" ref="5c7da62221b99892f2b3ba0ad50f1f71" args="(int index) const " -->
uint32_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classRTCPRRPacket.html#5c7da62221b99892f2b3ba0ad50f1f71">GetLSR</a> (int index) const </td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the LSR field of the reception report block described by <code>index</code> which may have a value from 0 to <a class="el" href="classRTCPRRPacket.html#dc94a5957d58190e589e8ad570355838" title="Returns the number of reception report blocks present in this packet.">GetReceptionReportCount()</a>-1 (note that no check is performed to see if <code>index</code> is valid). <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="6cd11c83c3f99cb1782754dc8ba26e99"></a><!-- doxytag: member="RTCPRRPacket::GetDLSR" ref="6cd11c83c3f99cb1782754dc8ba26e99" args="(int index) const " -->
uint32_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classRTCPRRPacket.html#6cd11c83c3f99cb1782754dc8ba26e99">GetDLSR</a> (int index) const </td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the DLSR field of the reception report block described by <code>index</code> which may have a value from 0 to <a class="el" href="classRTCPRRPacket.html#dc94a5957d58190e589e8ad570355838" title="Returns the number of reception report blocks present in this packet.">GetReceptionReportCount()</a>-1 (note that no check is performed to see if <code>index</code> is valid). <br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="f69ecaa332c0248fd6578688591143ca"></a><!-- doxytag: member="RTCPRRPacket::RTCPRRPacket" ref="f69ecaa332c0248fd6578688591143ca" args="(uint8_t *data, size_t datalen)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">RTCPRRPacket::RTCPRRPacket           </td>
          <td>(</td>
          <td class="paramtype">uint8_t *&nbsp;</td>
          <td class="paramname"> <em>data</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">size_t&nbsp;</td>
          <td class="paramname"> <em>datalen</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Creates an instance based on the data in <code>data</code> with length <code>datalen</code>. Since the <code>data</code> pointer is referenced inside the class (no copy of the data is made) one must make sure that the memory it points to is valid as long as the class instance exists. 
</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="dc94a5957d58190e589e8ad570355838"></a><!-- doxytag: member="RTCPRRPacket::GetReceptionReportCount" ref="dc94a5957d58190e589e8ad570355838" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int RTCPRRPacket::GetReceptionReportCount           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="055663794607f0ac0fe9208164cc0b3c"></a><!-- doxytag: member="RTCPRRPacket::GetSenderSSRC" ref="055663794607f0ac0fe9208164cc0b3c" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">uint32_t RTCPRRPacket::GetSenderSSRC           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li>src/<a class="el" href="rtcprrpacket_8h_source.html">rtcprrpacket.h</a></ul>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Sun Jul 26 09:42:13 2009 for jrtplib 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>