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    <style type="text/css"><!--
8      span.static_style
9      {
10        font-size			: 8pt;
11        color				: white;
12        font-weight			: bold;
13        background			: #44f;
14        border-left			: solid 1px #aaf;
15        border-top			: solid 1px #aaf;
16        border-right		: solid 1px #00c;
17        border-bottom		: solid 1px #00c;
18        padding-left		: 2px;
19        padding-right		: 2px;
20      }
21      span.virtual_style
22      {
23        font-size			 : 8pt;
24        color				 : white;
25        font-weight			: bold;
26        background			: #0a0;
27        border-left			: solid 1px #0f0;
28        border-top			: solid 1px #0f0;
29        border-right		: solid 1px #060;
30        border-bottom		: solid 1px #060;
31        padding-left		: 2px;
32        padding-right		: 2px;
33      }
34      span.protected_style
35      {
36        font-size			 : 8pt;
37        color				 : white;
38        font-weight			: bold;
39        background			: #444;
40        border-left			: solid 1px #ccc;
41        border-top			: solid 1px #ccc;
42        border-right		: solid 1px #222;
43        border-bottom		: solid 1px #222;
44        padding-left		: 2px;
45        padding-right		: 2px;
46      }
47        --></style>
48    <title>nw::snd::SoundDataManager</title>
49  </head>
50  <body>
51    <h1><a href="../../../nw/Overview.html">nw</a>::<a href="../../../nw/snd/Overview.html">snd</a>::SoundDataManager Class</h1>
52    <div class="section">
53      <b>Header file: </b>nw/snd/snd_SoundDataManager.h</div>
54    <h2>Syntax</h2>
55    <div class="section">
56      <pre class="definition">class SoundDataManager : <br />    public nw::snd::internal::driver::DisposeCallback,<br />    public nw::snd::internal::SoundArchiveLoader</pre>
57    </div>
58    <h2>Description</h2>
59    <div class="section">
60      <p>A flag used to load sound archive data.</p>
61    </div>
62    <a name="enum" id="enum">
63      <h2>Enumerated Types</h2>
64      <div class="section">
65        <table class="members">
66          <tr>
67            <td width="100"> </td>
68            <th>
69              <a href="../../../nw/snd/SoundDataManager/LoadFlag.html"><CODE>LoadFlag</CODE></a>
70            </th>
71            <td>The load flag.</td>
72          </tr> </table>
73      </div>
74    </a> <a name="function" id="function">
75      <h2>Member Functions</h2>
76      <div class="section">
77        <table class="members">
78          <tr>
79            <th class="category" colspan="3">Constructors/Destructors</th>
80          </tr>
81          <tr>
82            <td width="100">  </td>
83            <th>
84              <a href="../../../nw/snd/SoundDataManager/SoundDataManager.html"><CODE>SoundDataManager</CODE></a>
85            </th>
86            <td>Constructor.</td>
87          </tr>
88          <tr>
89            <td width="100"> <span class="virtual_style" title="virtual">V</span>
90            </td>
91            <th>
92              <a href="../../../nw/snd/SoundDataManager/~SoundDataManager.html"><CODE>~SoundDataManager</CODE></a>
93            </th>
94            <td>Destructor.</td>
95          </tr>
96          <tr>
97            <th class="category" colspan="3">Initialization</th>
98          </tr>
99          <tr>
100            <td width="100">  </td>
101            <th>
102              <a href="../../../nw/snd/SoundDataManager/GetRequiredMemSize.html">GetRequiredMemSize</a>
103            </th>
104            <td>Gets the size of memory required for initialization.</td>
105          </tr>
106          <tr>
107            <td width="100">  </td>
108            <th>
109              <a href="../../../nw/snd/SoundDataManager/Initialize.html"><CODE>Initialize</CODE></a>
110            </th>
111            <td>Initializes the sound data manager.</td>
112          </tr>
113          <tr>
114            <td width="100">  </td>
115            <th>
116              <a href="../../../nw/snd/SoundDataManager/Finalize.html">Finalize</a>
117            </th>
118            <td>Destroys the sound data manager.</td>
119          </tr>
120          <tr>
121            <td width="100">  </td>
122            <th>
123              <a href="../../../nw/snd/SoundDataManager/IsAvailable.html">IsAvailable</a>
124            </th>
125            <td>Determines whether the sound data manager can currently be used.</td>
126          </tr>
127          <tr>
128            <th class="category" colspan="3">Load</th>
129          </tr>
130          <tr>
131            <td width="100">  </td>
132            <th>
133              <a href="../../../nw/snd/SoundDataManager/SetFileAddress.html">SetFileAddress</a>
134            </th>
135            <td>Registers data loaded independently in the file management table.</td>
136          </tr>
137          <tr>
138            <td width="100">  </td>
139            <th>
140              <a href="../../../nw/snd/SoundDataManager/LoadData.html"><CODE>LoadData</CODE></a>
141            </th>
142            <td>Loads the data in a sound archive.</td>
143          </tr>
144          <tr>
145            <td width="100">  </td>
146            <th>
147              <a href="../../../nw/snd/SoundDataManager/IsDataLoaded.html"><CODE>IsDataLoaded</CODE></a>
148            </th>
149            <td>Determines whether the specified data is loaded.</td>
150          </tr>
151          <tr>
152            <td width="100">  </td>
153            <th>
154              <a href="../../../nw/snd/SoundDataManager/CancelLoading.html">CancelLoading</a>
155            </th>
156            <td>Cancels any executing instances of <a href="../../../nw/snd/internal/SoundArchiveLoader/LoadData.html">LoadData</a>. </td>
157          </tr> </table>
158      </div>
159    </a>
160    <h2>Class Hierarchy</h2>
161    <div class="section">
162      <p class="hierarchy">nw::snd::internal::driver::DisposeCallback<br />  <b>nw::snd::SoundDataManager</b>
163      </p>
164    </div>
165    <h2>See Also</h2>
166    <div class="section">
167      <p class="reference"><a href="../../../nw/snd/SoundArchivePlayer/Overview.html"><CODE>SoundArchivePlayer</CODE></a> Class<br /> </p>
168    </div>
169    <h2>Revision History</h2>
170    <div class="section">
171      <dl class="history">
172        <dt>2010/12/28</dt>
173        <dd>Corrected the fact that overall references were strange in NW4C-1.3.0.<BR>
174        </dd>
175        <dt>2010/11/12</dt>
176        <dd>Added the SetFileAddress function.<BR>
177        </dd>
178        <dt>2010/04/09</dt>
179        <dd>Added the <CODE>IsDataLoaded</CODE> function.<br />
180        </dd>
181        <dt>2010/02/01</dt>
182        <dd>Added the <a href="../../../nw/snd/SoundArchivePlayer/Overview.html"><CODE>SoundArchivePlayer</CODE></a> to <B>See Also</B>.<br />
183        </dd>
184        <dt>2010/01/15</dt>
185        <dd>Initial version.<br />
186        </dd>
187      </dl>
188    </div>
189  <hr><p>CONFIDENTIAL</p></body>
190</html>
191