This file is indexed.

/usr/share/doc/libortp8-dev/html/index.html is in libortp-dev 3.3.2-4.1ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!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"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<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.16.3</span>
   </div>
   
  </td>
  
  
  
 </tr>
 </tbody>
</table>
</div>

<!-- Generated by Doxygen 1.7.6.1 -->
  <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><!--header-->
<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><!-- contents -->


<hr class="footer"/><address class="footer"><small>
Generated on Fri Mar 9 2012 18:31:57 for oRTP by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

</body>
</html>