This file is indexed.

/usr/share/doc/libopus-ocaml-dev/html/Opus.Decoder.html is in libopus-ocaml-dev 0.1.0-4build2.

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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link rel="next" href="Opus.Encoder.html">
<link rel="Up" href="Opus.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Opus" rel="Chapter" href="Opus.html">
<link title="Ogg_demuxer_opus_decoder" rel="Chapter" href="Ogg_demuxer_opus_decoder.html"><title>Opus.Decoder</title>
</head>
<body>
<div class="navbar">&nbsp;<a class="up" href="Opus.html" title="Opus">Up</a>
&nbsp;<a class="post" href="Opus.Encoder.html" title="Opus.Encoder">Next</a>
</div>
<h1>Module <a href="type_Opus.Decoder.html">Opus.Decoder</a></h1>

<pre><span class="keyword">module</span> Decoder: <code class="code">sig</code> <a href="Opus.Decoder.html">..</a> <code class="code">end</code></pre><hr width="100%">

<pre><span id="TYPEcontrol"><span class="keyword">type</span> <code class="type"></code>control</span> = <code class="type">[ `Get_bandwidth of <a href="Opus.html#TYPEbandwidth">Opus.bandwidth</a> Pervasives.ref<br>       | `Get_final_range of int Pervasives.ref<br>       | `Get_gain of int Pervasives.ref<br>       | `Get_lsb_depth of int Pervasives.ref<br>       | `Get_pitch of int Pervasives.ref<br>       | `Reset_state<br>       | `Set_gain of int<br>       | `Set_lsb_depth of int ]</code> </pre>


<pre><span id="TYPEt"><span class="keyword">type</span> <code class="type"></code>t</span> </pre>


<pre><span id="VALcheck_packet"><span class="keyword">val</span> check_packet</span> : <code class="type">Ogg.Stream.packet -> bool</code></pre>
<pre><span id="VALcreate"><span class="keyword">val</span> create</span> : <code class="type">?samplerate:int -> Ogg.Stream.packet -> Ogg.Stream.packet -> <a href="Opus.Decoder.html#TYPEt">t</a></code></pre><div class="info ">
Create a decoder with given samplerate an number of channels.<br>
</div>

<pre><span id="VALcomments"><span class="keyword">val</span> comments</span> : <code class="type"><a href="Opus.Decoder.html#TYPEt">t</a> -> string * (string * string) list</code></pre>
<pre><span id="VALchannels"><span class="keyword">val</span> channels</span> : <code class="type"><a href="Opus.Decoder.html#TYPEt">t</a> -> int</code></pre>
<pre><span id="VALapply_control"><span class="keyword">val</span> apply_control</span> : <code class="type"><a href="Opus.Decoder.html#TYPEcontrol">control</a> -> <a href="Opus.Decoder.html#TYPEt">t</a> -> unit</code></pre>
<pre><span id="VALdecode_float"><span class="keyword">val</span> decode_float</span> : <code class="type">?decode_fec:bool -><br>       <a href="Opus.Decoder.html#TYPEt">t</a> -> Ogg.Stream.t -> float array array -> int -> int -> int</code></pre></body></html>