Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 90d2c5e98c8c84223b20449ab40b43df > files > 51

lib64SDL_sound-devel-1.0.3-13.mga4.x86_64.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>SDL_sound: Sound_Version Struct 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">SDL_sound
   &#160;<span id="projectnumber">1.0.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 class="current"><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li><a href="functions.html"><span>Data&#160;Fields</span></a></li>
    </ul>
  </div>
</div><!-- top -->
<div class="header">
  <div class="summary">
<a href="#pub-attribs">Data Fields</a>  </div>
  <div class="headertitle">
<div class="title">Sound_Version Struct Reference</div>  </div>
</div><!--header-->
<div class="contents">

<p>Information the version of SDL_sound in use.  
 <a href="structSound__Version.html#details">More...</a></p>

<p><code>#include &lt;<a class="el" href="SDL__sound_8h_source.html">SDL_sound.h</a>&gt;</code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
Data Fields</h2></td></tr>
<tr class="memitem:a68ed43edb6114f117edd45084baae1b4"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structSound__Version.html#a68ed43edb6114f117edd45084baae1b4">major</a></td></tr>
<tr class="separator:a68ed43edb6114f117edd45084baae1b4"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a095420931df560c545e0cf0d6fecf56a"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structSound__Version.html#a095420931df560c545e0cf0d6fecf56a">minor</a></td></tr>
<tr class="separator:a095420931df560c545e0cf0d6fecf56a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7ebc29f83c1a812ee24b556ad6dfc1f4"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structSound__Version.html#a7ebc29f83c1a812ee24b556ad6dfc1f4">patch</a></td></tr>
<tr class="separator:a7ebc29f83c1a812ee24b556ad6dfc1f4"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Information the version of SDL_sound in use. </p>
<p>Represents the library's version as three levels: major revision (increments with massive changes, additions, and enhancements), minor revision (increments with backwards-compatible changes to the major revision), and patchlevel (increments with fixes to the minor revision).</p>
<dl class="section see"><dt>See Also</dt><dd><a class="el" href="SDL__sound_8h.html#a059b1c022acec0abbdab4a981b6e8e7d" title="Macro to determine SDL_sound version program was compiled against. ">SOUND_VERSION</a> </dd>
<dd>
<a class="el" href="SDL__sound_8h.html#abda6027ae5b226e626a9e1ea1f6e626c" title="Get the version of SDL_sound that is linked against your program. ">Sound_GetLinkedVersion</a> </dd></dl>
</div><h2 class="groupheader">Field Documentation</h2>
<a class="anchor" id="a68ed43edb6114f117edd45084baae1b4"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int Sound_Version::major</td>
        </tr>
      </table>
</div><div class="memdoc">
<p>major revision </p>

</div>
</div>
<a class="anchor" id="a095420931df560c545e0cf0d6fecf56a"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int Sound_Version::minor</td>
        </tr>
      </table>
</div><div class="memdoc">
<p>minor revision </p>

</div>
</div>
<a class="anchor" id="a7ebc29f83c1a812ee24b556ad6dfc1f4"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int Sound_Version::patch</td>
        </tr>
      </table>
</div><div class="memdoc">
<p>patchlevel </p>

</div>
</div>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="SDL__sound_8h_source.html">SDL_sound.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Oct 17 2013 22:15:33 for SDL_sound 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>