1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <meta http-equiv="Content-Style-Type" content="text/css" /> 6 <link rel="stylesheet" href="../../../../css/manpage.css" type="text/css" /> 7 <title>FlagCtrl</title> 8 </head> 9 <body> 10 <h1><a href="../../../../nw/Overview.html">nw</a>::<a href="../../../../nw/snd/Overview.html">snd</a>::<a href="../../../../nw/snd/SoundArchive/Overview.html">SoundArchive</a>::<a href="../../../../nw/snd/SoundArchive/Sound3DInfo/Overview.html">Sound3DInfo</a>::FlagCtrl Enumerator</h1> 11 <h2>Syntax</h2> 12 <div class="section"> 13 <pre class="definition">#include <nw/snd/snd_SoundArchive.h> 14 15enum FlagCtrl; 16</pre> 17 </div> 18 <h2>Value</h2> 19 <div class="section"> 20 <table class="arguments"> 21 <thead> 22 <tr> 23 <th>Value</th> 24 <td>Description</td> 25 </tr> 26 </thead> 27 <tr> 28 <th>FLAG_CTRL_VOLUME</th> 29 <td>Flag indicating whether to calculate volume.</td> 30 </tr> 31 <tr> 32 <th>FLAG_CTRL_PRIORITY</th> 33 <td>Flag indicating whether to calculate priority.</td> 34 </tr> 35 <tr> 36 <th>FLAG_CTRL_PAN</th> 37 <td>Flag indicating whether to calculate pan.</td> 38 </tr> 39 <tr> 40 <th>FLAG_CTRL_SPAN</th> 41 <td>Flag indicating whether to calculate surround pan.</td> 42 </tr> 43 <tr> 44 <th>FLAG_CTRL_FILTER</th> 45 <td>Flag indicating whether to calculate a biquad filter.</td> 46 </tr> 47 </table> </div> 48 <h2>Description</h2> 49 <div class="section"> 50 <p>These flags indicate whether each parameter associated with 3D sound should be calculated.</p> 51 </div> 52 <h2>Revision History</h2> 53 <div class="section"> 54 <dl class="history"> 55 <dt>2010/11/30</dt> 56 <dd>Initial version.<br /> 57 </dd> 58 </dl> 59 </div> 60 <hr><p>CONFIDENTIAL</p></body> 61</html>