Sophie

Sophie

distrib > Mageia > 4 > i586 > media > core-release > by-pkgid > 2a90dcd9dfcd284ddf6dc3b0a0b0bf47 > files > 40

steghide-0.5.1-17.mga4.i586.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"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.5"/>
<title>steghide: AudioSampleValue.h File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">steghide
   &#160;<span id="projectnumber">0.5.1</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.5 -->
  <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>
    </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_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li>  </ul>
</div>
</div><!-- top -->
<div class="header">
  <div class="summary">
<a href="#nested-classes">Classes</a> &#124;
<a href="#enum-members">Enumerations</a>  </div>
  <div class="headertitle">
<div class="title">AudioSampleValue.h File Reference</div>  </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><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/>
</div>
<p><a href="AudioSampleValue_8h_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
Classes</h2></td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classAudioSampleValue.html">AudioSampleValue&lt; Type, ValueType &gt;</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">a class representing an audio sample  <a href="classAudioSampleValue.html#details">More...</a><br/></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="enum-members"></a>
Enumerations</h2></td></tr>
<tr class="memitem:a1b98ba4a80c7b3c5e8be3a031a1fcdfd"><td class="memItemLeft" align="right" valign="top">enum &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="AudioSampleValue_8h.html#a1b98ba4a80c7b3c5e8be3a031a1fcdfd">AUDIOSAMPLETYPE</a> { <a class="el" href="AudioSampleValue_8h.html#a1b98ba4a80c7b3c5e8be3a031a1fcdfda6d75722b4b9b5d14c96b67071dbe1298">AuMuLaw</a>, 
<a class="el" href="AudioSampleValue_8h.html#a1b98ba4a80c7b3c5e8be3a031a1fcdfdac50afd73f17db17bf1854731c44d5334">AuPCM8</a>, 
<a class="el" href="AudioSampleValue_8h.html#a1b98ba4a80c7b3c5e8be3a031a1fcdfda90c9de45d09e8a705c61a1ae21c1302f">AuPCM16</a>, 
<a class="el" href="AudioSampleValue_8h.html#a1b98ba4a80c7b3c5e8be3a031a1fcdfda8c9f67e41c483ed56b8cd125cb854d5a">AuPCM32</a>
 }</td></tr>
<tr class="separator:a1b98ba4a80c7b3c5e8be3a031a1fcdfd"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<h2 class="groupheader">Enumeration Type Documentation</h2>
<a class="anchor" id="a1b98ba4a80c7b3c5e8be3a031a1fcdfd"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">enum <a class="el" href="AudioSampleValue_8h.html#a1b98ba4a80c7b3c5e8be3a031a1fcdfd">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. </p>
<table class="fieldtable">
<tr><th colspan="2">Enumerator</th></tr><tr><td class="fieldname"><em><a class="anchor" id="a1b98ba4a80c7b3c5e8be3a031a1fcdfda6d75722b4b9b5d14c96b67071dbe1298"></a>AuMuLaw</em>&nbsp;</td><td class="fielddoc">
<p>au 8 Bit mu-law </p>
</td></tr>
<tr><td class="fieldname"><em><a class="anchor" id="a1b98ba4a80c7b3c5e8be3a031a1fcdfdac50afd73f17db17bf1854731c44d5334"></a>AuPCM8</em>&nbsp;</td><td class="fielddoc">
<p>au 8 Bit linear pcm </p>
</td></tr>
<tr><td class="fieldname"><em><a class="anchor" id="a1b98ba4a80c7b3c5e8be3a031a1fcdfda90c9de45d09e8a705c61a1ae21c1302f"></a>AuPCM16</em>&nbsp;</td><td class="fielddoc">
<p>au 16 Bit linear pcm </p>
</td></tr>
<tr><td class="fieldname"><em><a class="anchor" id="a1b98ba4a80c7b3c5e8be3a031a1fcdfda8c9f67e41c483ed56b8cd125cb854d5a"></a>AuPCM32</em>&nbsp;</td><td class="fielddoc">
<p>au 32 Bit linear pcm </p>
</td></tr>
</table>

</div>
</div>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Oct 18 2013 17:59:36 for steghide by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.5
</small></address>
</body>
</html>