Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 7392c77c84ff25edfeb07995a77d5148 > files > 40

steghide-0.5.1-11mdv2010.0.i586.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>steghide: AudioSampleValue.h File Reference</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="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<h1>AudioSampleValue.h File Reference</h1><code>#include &quot;<a class="el" href="CvrStgFile_8h_source.html">CvrStgFile.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="SampleValue_8h_source.html">SampleValue.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="common_8h_source.html">common.h</a>&quot;</code><br>

<p>
<a href="AudioSampleValue_8h_source.html">Go to the source code of this file.</a><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="classAudioSampleValue.html">AudioSampleValue&lt; Type, ValueType &gt;</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">a class representing an audio sample  <a href="classAudioSampleValue.html#_details">More...</a><br></td></tr>
<tr><td colspan="2"><br><h2>Enumerations</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">enum &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="AudioSampleValue_8h.html#1b98ba4a80c7b3c5e8be3a031a1fcdfd">AUDIOSAMPLETYPE</a> { <a class="el" href="AudioSampleValue_8h.html#1b98ba4a80c7b3c5e8be3a031a1fcdfd6d75722b4b9b5d14c96b67071dbe1298">AuMuLaw</a>, 
<a class="el" href="AudioSampleValue_8h.html#1b98ba4a80c7b3c5e8be3a031a1fcdfdc50afd73f17db17bf1854731c44d5334">AuPCM8</a>, 
<a class="el" href="AudioSampleValue_8h.html#1b98ba4a80c7b3c5e8be3a031a1fcdfd90c9de45d09e8a705c61a1ae21c1302f">AuPCM16</a>, 
<a class="el" href="AudioSampleValue_8h.html#1b98ba4a80c7b3c5e8be3a031a1fcdfd8c9f67e41c483ed56b8cd125cb854d5a">AuPCM32</a>
 }</td></tr>

</table>
<hr><h2>Enumeration Type Documentation</h2>
<a class="anchor" name="1b98ba4a80c7b3c5e8be3a031a1fcdfd"></a><!-- doxytag: member="AudioSampleValue.h::AUDIOSAMPLETYPE" ref="1b98ba4a80c7b3c5e8be3a031a1fcdfd" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">enum <a class="el" href="AudioSampleValue_8h.html#1b98ba4a80c7b3c5e8be3a031a1fcdfd">AUDIOSAMPLETYPE</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
An enumeration containing all audio sample types. This enumeration is used as template parameter for <a class="el" href="classAudioSampleValue.html" title="a class representing an audio sample">AudioSampleValue</a> and <a class="el" href="classAudioData.html" title="interface definition for AudioData objects.">AudioData</a> to identify the correct implementation for a given audio format. <dl compact><dt><b>Enumerator: </b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"><em><a class="anchor" name="1b98ba4a80c7b3c5e8be3a031a1fcdfd6d75722b4b9b5d14c96b67071dbe1298"></a><!-- doxytag: member="AuMuLaw" ref="1b98ba4a80c7b3c5e8be3a031a1fcdfd6d75722b4b9b5d14c96b67071dbe1298" args="" -->AuMuLaw</em>&nbsp;</td><td>
au 8 Bit mu-law </td></tr>
<tr><td valign="top"><em><a class="anchor" name="1b98ba4a80c7b3c5e8be3a031a1fcdfdc50afd73f17db17bf1854731c44d5334"></a><!-- doxytag: member="AuPCM8" ref="1b98ba4a80c7b3c5e8be3a031a1fcdfdc50afd73f17db17bf1854731c44d5334" args="" -->AuPCM8</em>&nbsp;</td><td>
au 8 Bit linear pcm </td></tr>
<tr><td valign="top"><em><a class="anchor" name="1b98ba4a80c7b3c5e8be3a031a1fcdfd90c9de45d09e8a705c61a1ae21c1302f"></a><!-- doxytag: member="AuPCM16" ref="1b98ba4a80c7b3c5e8be3a031a1fcdfd90c9de45d09e8a705c61a1ae21c1302f" args="" -->AuPCM16</em>&nbsp;</td><td>
au 16 Bit linear pcm </td></tr>
<tr><td valign="top"><em><a class="anchor" name="1b98ba4a80c7b3c5e8be3a031a1fcdfd8c9f67e41c483ed56b8cd125cb854d5a"></a><!-- doxytag: member="AuPCM32" ref="1b98ba4a80c7b3c5e8be3a031a1fcdfd8c9f67e41c483ed56b8cd125cb854d5a" args="" -->AuPCM32</em>&nbsp;</td><td>
au 32 Bit linear pcm </td></tr>
</table>
</dl>

</div>
</div><p>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Mon Aug 17 10:58:29 2009 for steghide 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>