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>ForEachSoundPriorityOrder</title>
8  </head>
9  <body>
10    <h1>nw::snd::SoundPlayer::ForEachSoundPriorityOrder Member Function</h1>
11    <h2>Syntax</h2>
12    <div class="section">
13      <pre class="definition">#include &lt;nw/snd/snd_SoundPlayer.h&gt;
14
15template&lt; class Function &gt;
16Function ForEachSoundPriorityOrder(
17     Function function,
18     bool reverse = false
19);
20</pre>
21    </div>
22    <h2>Arguments</h2>
23    <div class="section">
24      <table class="arguments">
25        <thead>
26          <tr>
27            <td width="15" />
28            <th>Name</th>
29            <td>Description</td>
30          </tr>
31        </thead>
32        <tr>
33          <td>in</td>
34          <th>function</th>
35          <td>Function pointer or function object</td>
36        </tr>
37        <tr>
38          <td>in</td>
39          <th>reverse</th>
40          <td>Specify TRUE to reverse the processing order.</td>
41        </tr> </table>
42    </div>
43    <h2>Return Values</h2>
44    <div class="section">Returns a function pointer or function object specified as an argument </div>
45    <h2>Description</h2>
46    <div class="section">
47      <p>Performs the processing for all sound currently playing on the player in order of priority.</p><p>Other operational specifications are the same as <a href="../../../nw/snd/SoundPlayer/ForEachSound.html">ForEachSound</a>.</p></div>
48    <h2>See Also</h2>
49    <div class="section">
50      <p class="reference"><a href="../../../nw/snd/SoundHandle/Overview.html">SoundHandle</a> Class<br /><a href="../../../nw/snd/SoundPlayer/ForEachSound.html">ForEachSound</a><br /> </p>
51    </div>
52    <h2>Revision History</h2>
53    <div class="section">
54      <dl class="history">
55        <dt>2010/06/30</dt>
56        <dd>Initial version.<br />
57        </dd>
58      </dl>
59    </div>
60  <hr><p>CONFIDENTIAL</p></body>
61</html>