<aclass="SelectItem"href="javascript:void(0)"onclick="searchBox.OnSelectItem(0)"><spanclass="SelectionMark"> </span>Tout</a><aclass="SelectItem"href="javascript:void(0)"onclick="searchBox.OnSelectItem(1)"><spanclass="SelectionMark"> </span>Structures de données</a><aclass="SelectItem"href="javascript:void(0)"onclick="searchBox.OnSelectItem(2)"><spanclass="SelectionMark"> </span>Espaces de nommage</a><aclass="SelectItem"href="javascript:void(0)"onclick="searchBox.OnSelectItem(3)"><spanclass="SelectionMark"> </span>Fichiers</a><aclass="SelectItem"href="javascript:void(0)"onclick="searchBox.OnSelectItem(4)"><spanclass="SelectionMark"> </span>Fonctions</a><aclass="SelectItem"href="javascript:void(0)"onclick="searchBox.OnSelectItem(5)"><spanclass="SelectionMark"> </span>Variables</a><aclass="SelectItem"href="javascript:void(0)"onclick="searchBox.OnSelectItem(6)"><spanclass="SelectionMark"> </span>Définitions de type</a><aclass="SelectItem"href="javascript:void(0)"onclick="searchBox.OnSelectItem(7)"><spanclass="SelectionMark"> </span>Énumérations</a><aclass="SelectItem"href="javascript:void(0)"onclick="searchBox.OnSelectItem(8)"><spanclass="SelectionMark"> </span>Valeurs énumérées</a><aclass="SelectItem"href="javascript:void(0)"onclick="searchBox.OnSelectItem(9)"><spanclass="SelectionMark"> </span>Macros</a><aclass="SelectItem"href="javascript:void(0)"onclick="searchBox.OnSelectItem(10)"><spanclass="SelectionMark"> </span>Pages</a></div>
<ahref="fmod__memoryinfo_8h.html">Aller à la documentation de ce fichier.</a><divclass="fragment"><divclass="line"><aname="l00001"></a><spanclass="lineno"> 1</span> <spanclass="comment">/* ============================================================================================= */</span></div>
<divclass="line"><aname="l00004"></a><spanclass="lineno"> 4</span> <spanclass="comment">/* Use this header if you are interested in getting detailed information on FMOD's memory */</span></div>
<divclass="line"><aname="l00005"></a><spanclass="lineno"> 5</span> <spanclass="comment">/* usage. See the documentation for more details. */</span></div>
<divclass="line"><aname="l00016"></a><spanclass="lineno"> 16</span> <spanclass="comment"> Structure to be filled with detailed memory usage information of an FMOD object</span></div>
<divclass="line"><aname="l00019"></a><spanclass="lineno"> 19</span> <spanclass="comment"> Every public FMOD class has a getMemoryInfo function which can be used to get detailed information on what memory resources are associated with the object in question. </span></div>
<divclass="line"><aname="l00020"></a><spanclass="lineno"> 20</span> <spanclass="comment"> On return from getMemoryInfo, each member of this structure will hold the amount of memory used for its type in bytes.<br></span></div>
<divclass="line"><aname="l00022"></a><spanclass="lineno"> 22</span> <spanclass="comment"> Members marked with [in] mean the user sets the value before passing it to the function.<br></span></div>
<divclass="line"><aname="l00023"></a><spanclass="lineno"> 23</span> <spanclass="comment"> Members marked with [out] mean FMOD sets the value to be used after the function exits.<br></span></div>
<divclass="line"><aname="l00038"></a><spanclass="lineno"><aclass="line"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#adb0ed76585ec25090268a39299695639"> 38</a></span> <spanclass="keywordtype">unsigned</span><spanclass="keywordtype">int</span><aclass="code"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#adb0ed76585ec25090268a39299695639">other</a>; <spanclass="comment">/* [out] Memory not accounted for by other types */</span></div>
<divclass="line"><aname="l00039"></a><spanclass="lineno"><aclass="line"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#adbcf59d0380554564bf049c4d1e88f37"> 39</a></span> <spanclass="keywordtype">unsigned</span><spanclass="keywordtype">int</span><aclass="code"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#adbcf59d0380554564bf049c4d1e88f37">string</a>; <spanclass="comment">/* [out] String data */</span></div>
<divclass="line"><aname="l00040"></a><spanclass="lineno"><aclass="line"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#afcc8407e8459fdec90b619b942951c15"> 40</a></span> <spanclass="keywordtype">unsigned</span><spanclass="keywordtype">int</span><aclass="code"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#afcc8407e8459fdec90b619b942951c15">system</a>; <spanclass="comment">/* [out] System object and various internals */</span></div>
<divclass="line"><aname="l00041"></a><spanclass="lineno"><aclass="line"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a831855cdc62591b1a2196adda8910ba2"> 41</a></span> <spanclass="keywordtype">unsigned</span><spanclass="keywordtype">int</span><aclass="code"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a831855cdc62591b1a2196adda8910ba2">plugins</a>; <spanclass="comment">/* [out] Plugin objects and internals */</span></div>
<divclass="line"><aname="l00042"></a><spanclass="lineno"><aclass="line"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a30a1371435d710a987b82a437486fe36"> 42</a></span> <spanclass="keywordtype">unsigned</span><spanclass="keywordtype">int</span><aclass="code"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a30a1371435d710a987b82a437486fe36">output</a>; <spanclass="comment">/* [out] Output module object and internals */</span></div>
<divclass="line"><aname="l00043"></a><spanclass="lineno"><aclass="line"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a9f2a059618fb285e162d95b79991efa7"> 43</a></span> <spanclass="keywordtype">unsigned</span><spanclass="keywordtype">int</span><aclass="code"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a9f2a059618fb285e162d95b79991efa7">channel</a>; <spanclass="comment">/* [out] Channel related memory */</span></div>
<divclass="line"><aname="l00044"></a><spanclass="lineno"><aclass="line"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a3e0f893939f5bae8430a6bc2fe0b0338"> 44</a></span> <spanclass="keywordtype">unsigned</span><spanclass="keywordtype">int</span><aclass="code"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a3e0f893939f5bae8430a6bc2fe0b0338">channelgroup</a>; <spanclass="comment">/* [out] ChannelGroup objects and internals */</span></div>
<divclass="line"><aname="l00045"></a><spanclass="lineno"><aclass="line"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#ac0b69135564bfaaedef6e9c6c38d051a"> 45</a></span> <spanclass="keywordtype">unsigned</span><spanclass="keywordtype">int</span><aclass="code"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#ac0b69135564bfaaedef6e9c6c38d051a">codec</a>; <spanclass="comment">/* [out] Codecs allocated for streaming */</span></div>
<divclass="line"><aname="l00046"></a><spanclass="lineno"><aclass="line"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#af25a46b213a1dfd399330f44c56a8b0a"> 46</a></span> <spanclass="keywordtype">unsigned</span><spanclass="keywordtype">int</span><aclass="code"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#af25a46b213a1dfd399330f44c56a8b0a">file</a>; <spanclass="comment">/* [out] File buffers and structures */</span></div>
<divclass="line"><aname="l00047"></a><spanclass="lineno"><aclass="line"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a96ad167aa2bef32171c3b606551edd2d"> 47</a></span> <spanclass="keywordtype">unsigned</span><spanclass="keywordtype">int</span><aclass="code"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a96ad167aa2bef32171c3b606551edd2d">sound</a>; <spanclass="comment">/* [out] Sound objects and internals */</span></div>
<divclass="line"><aname="l00048"></a><spanclass="lineno"><aclass="line"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a814168d912366092aab2d45b64860e9a"> 48</a></span> <spanclass="keywordtype">unsigned</span><spanclass="keywordtype">int</span><aclass="code"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a814168d912366092aab2d45b64860e9a">secondaryram</a>; <spanclass="comment">/* [out] Sound data stored in secondary RAM */</span></div>
<divclass="line"><aname="l00049"></a><spanclass="lineno"><aclass="line"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#ace9c8cc204d32167576aecc3d8aa3995"> 49</a></span> <spanclass="keywordtype">unsigned</span><spanclass="keywordtype">int</span><aclass="code"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#ace9c8cc204d32167576aecc3d8aa3995">soundgroup</a>; <spanclass="comment">/* [out] SoundGroup objects and internals */</span></div>
<divclass="line"><aname="l00055"></a><spanclass="lineno"><aclass="line"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#aef801f62768fe435004468a04b83b88a"> 55</a></span> <spanclass="keywordtype">unsigned</span><spanclass="keywordtype">int</span><aclass="code"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#aef801f62768fe435004468a04b83b88a">recordbuffer</a>; <spanclass="comment">/* [out] Buffer used to store recorded data from microphone */</span></div>
<divclass="line"><aname="l00058"></a><spanclass="lineno"><aclass="line"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a0c361b97c44efcb81b71109f764c4b62"> 58</a></span> <spanclass="keywordtype">unsigned</span><spanclass="keywordtype">int</span><aclass="code"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a0c361b97c44efcb81b71109f764c4b62">geometry</a>; <spanclass="comment">/* [out] Geometry objects and internals */</span></div>
<divclass="line"><aname="l00059"></a><spanclass="lineno"><aclass="line"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a7de1020a4138019aa2996c955dea9a1e"> 59</a></span> <spanclass="keywordtype">unsigned</span><spanclass="keywordtype">int</span><aclass="code"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a7de1020a4138019aa2996c955dea9a1e">syncpoint</a>; <spanclass="comment">/* [out] Sync point memory. */</span></div>
<divclass="line"><aname="l00060"></a><spanclass="lineno"><aclass="line"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a34683aa1fceb056c8d436d5240ec2e6c"> 60</a></span> <spanclass="keywordtype">unsigned</span><spanclass="keywordtype">int</span><aclass="code"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a34683aa1fceb056c8d436d5240ec2e6c">eventsystem</a>; <spanclass="comment">/* [out] EventSystem and various internals */</span></div>
<divclass="line"><aname="l00061"></a><spanclass="lineno"><aclass="line"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a90a5d22e4fb76e48616aec2c6c4c4f5b"> 61</a></span> <spanclass="keywordtype">unsigned</span><spanclass="keywordtype">int</span><aclass="code"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a90a5d22e4fb76e48616aec2c6c4c4f5b">musicsystem</a>; <spanclass="comment">/* [out] MusicSystem and various internals */</span></div>
<divclass="line"><aname="l00062"></a><spanclass="lineno"><aclass="line"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a7b3496631189719e36d5749aeaf5f7ae"> 62</a></span> <spanclass="keywordtype">unsigned</span><spanclass="keywordtype">int</span><aclass="code"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a7b3496631189719e36d5749aeaf5f7ae">fev</a>; <spanclass="comment">/* [out] Definition of objects contained in all loaded projects e.g. events, groups, categories */</span></div>
<divclass="line"><aname="l00063"></a><spanclass="lineno"><aclass="line"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a4881bcae341cb5e4aa16ea31d288d4c1"> 63</a></span> <spanclass="keywordtype">unsigned</span><spanclass="keywordtype">int</span><aclass="code"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a4881bcae341cb5e4aa16ea31d288d4c1">memoryfsb</a>; <spanclass="comment">/* [out] Data loaded with preloadFSB */</span></div>
<divclass="line"><aname="l00064"></a><spanclass="lineno"><aclass="line"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a1fa6234e8f6a41926beb81291b564424"> 64</a></span> <spanclass="keywordtype">unsigned</span><spanclass="keywordtype">int</span><aclass="code"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a1fa6234e8f6a41926beb81291b564424">eventproject</a>; <spanclass="comment">/* [out] EventProject objects and internals */</span></div>
<divclass="line"><aname="l00065"></a><spanclass="lineno"><aclass="line"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#ab858d2e8e9381aed859bd569059c51f4"> 65</a></span> <spanclass="keywordtype">unsigned</span><spanclass="keywordtype">int</span><aclass="code"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#ab858d2e8e9381aed859bd569059c51f4">eventgroupi</a>; <spanclass="comment">/* [out] EventGroup objects and internals */</span></div>
<divclass="line"><aname="l00066"></a><spanclass="lineno"><aclass="line"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a3401459a6a5de602fcfd90748760a7ca"> 66</a></span> <spanclass="keywordtype">unsigned</span><spanclass="keywordtype">int</span><aclass="code"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a3401459a6a5de602fcfd90748760a7ca">soundbankclass</a>; <spanclass="comment">/* [out] Objects used to manage wave banks */</span></div>
<divclass="line"><aname="l00067"></a><spanclass="lineno"><aclass="line"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a892796648933b0039fa5c045272db8b4"> 67</a></span> <spanclass="keywordtype">unsigned</span><spanclass="keywordtype">int</span><aclass="code"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a892796648933b0039fa5c045272db8b4">soundbanklist</a>; <spanclass="comment">/* [out] Data used to manage lists of wave bank usage */</span></div>
<divclass="line"><aname="l00068"></a><spanclass="lineno"><aclass="line"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a2e9c5fc50710edfd97eaacbee4d34b28"> 68</a></span> <spanclass="keywordtype">unsigned</span><spanclass="keywordtype">int</span><aclass="code"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a2e9c5fc50710edfd97eaacbee4d34b28">streaminstance</a>; <spanclass="comment">/* [out] Stream objects and internals */</span></div>
<divclass="line"><aname="l00070"></a><spanclass="lineno"><aclass="line"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#ae9b3b286a10b9eb200ceab0ff4163697"> 70</a></span> <spanclass="keywordtype">unsigned</span><spanclass="keywordtype">int</span><aclass="code"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#ae9b3b286a10b9eb200ceab0ff4163697">sounddefdefclass</a>; <spanclass="comment">/* [out] Sound definition static data objects */</span></div>
<divclass="line"><aname="l00071"></a><spanclass="lineno"><aclass="line"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#aa4dc6b43af840873ece23904cbe4fe67"> 71</a></span> <spanclass="keywordtype">unsigned</span><spanclass="keywordtype">int</span><aclass="code"href="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#aa4dc6b43af840873ece23904cbe4fe67">sounddefpool</a>; <spanclass="comment">/* [out] Sound definition pool data */</span></div>
<divclass="line"><aname="l00096"></a><spanclass="lineno">96</span> <spanclass="comment"> Bitfield used to request specific memory usage information from the getMemoryInfo function of every public FMOD Ex class.</span></div>
<divclass="line"><aname="l00097"></a><spanclass="lineno"> 97</span> <spanclass="comment"> Use with the "memorybits" parameter of getMemoryInfo to get information on FMOD Ex memory usage.</span></div>
<divclass="line"><aname="l00100"></a><spanclass="lineno"> 100</span> <spanclass="comment"> Every public FMOD class has a getMemoryInfo function which can be used to get detailed information on what memory resources are associated with the object in question. </span></div>
<divclass="line"><aname="l00101"></a><spanclass="lineno"> 101</span> <spanclass="comment"> The FMOD_MEMBITS defines can be OR'd together to specify precisely what memory usage you'd like to get information on. See System::getMemoryInfo for an example.</span></div>
<divclass="line"><aname="l00111"></a><spanclass="lineno"><aclass="line"href="fmod__memoryinfo_8h.html#a1650fc13fac02b4f670c2456fabf5d9f"> 111</a></span> <spanclass="preprocessor">#define FMOD_MEMBITS_OTHER 0x00000001 </span><spanclass="comment">/* Memory not accounted for by other types */</span><spanclass="preprocessor"></span></div>
<divclass="line"><aname="l00112"></a><spanclass="lineno"><aclass="line"href="fmod__memoryinfo_8h.html#ada58517e082329a50e34a6f7983dd5ad"> 112</a></span> <spanclass="preprocessor"></span><spanclass="preprocessor">#define FMOD_MEMBITS_STRING 0x00000002 </span><spanclass="comment">/* String data */</span><spanclass="preprocessor"></span></div>
<divclass="line"><aname="l00114"></a><spanclass="lineno"><aclass="line"href="fmod__memoryinfo_8h.html#a342df90f984745cdc908cbd06f81b1ec"> 114</a></span> <spanclass="preprocessor">#define FMOD_MEMBITS_SYSTEM 0x00000004 </span><spanclass="comment">/* System object and various internals */</span><spanclass="preprocessor"></span></div>
<divclass="line"><aname="l00115"></a><spanclass="lineno"><aclass="line"href="fmod__memoryinfo_8h.html#a5746b3ee5fbdb1033e89388471ed4f1b"> 115</a></span> <spanclass="preprocessor"></span><spanclass="preprocessor">#define FMOD_MEMBITS_PLUGINS 0x00000008 </span><spanclass="comment">/* Plugin objects and internals */</span><spanclass="preprocessor"></span></div>
<divclass="line"><aname="l00129"></a><spanclass="lineno"><aclass="line"href="fmod__memoryinfo_8h.html#a8e3f497375b523f9beebb1ea28638d11"> 129</a></span> <spanclass="preprocessor"></span><spanclass="preprocessor">#define FMOD_MEMBITS_RECORDBUFFER 0x00020000 </span><spanclass="comment">/* Buffer used to store recorded data from microphone */</span><spanclass="preprocessor"></span></div>
<divclass="line"><aname="l00132"></a><spanclass="lineno"><aclass="line"href="fmod__memoryinfo_8h.html#abb60115f881c5e019ed2ca31db9b8e80"> 132</a></span> <spanclass="preprocessor"></span><spanclass="preprocessor">#define FMOD_MEMBITS_GEOMETRY 0x00100000 </span><spanclass="comment">/* Geometry objects and internals */</span><spanclass="preprocessor"></span></div>
<divclass="line"><aname="l00133"></a><spanclass="lineno"><aclass="line"href="fmod__memoryinfo_8h.html#a6c7c6dbbef6698bbb295a0c65d7a384f"> 133</a></span> <spanclass="preprocessor"></span><spanclass="preprocessor">#define FMOD_MEMBITS_SYNCPOINT 0x00200000 </span><spanclass="comment">/* Sync point memory. */</span><spanclass="preprocessor"></span></div>
<divclass="line"><aname="l00134"></a><spanclass="lineno"><aclass="line"href="fmod__memoryinfo_8h.html#a3d80d36aae01ef58d23c6915ce6899ef"> 134</a></span> <spanclass="preprocessor"></span><spanclass="preprocessor">#define FMOD_MEMBITS_ALL 0xffffffff </span><spanclass="comment">/* All memory used by FMOD Ex */</span><spanclass="preprocessor"></span></div>
<divclass="line"><aname="l00145"></a><spanclass="lineno"> 145</span> <spanclass="comment"> Bitfield used to request specific memory usage information from the getMemoryInfo function of every public FMOD Event System class.</span></div>
<divclass="line"><aname="l00146"></a><spanclass="lineno"> 146</span> <spanclass="comment"> Use with the "event_memorybits" parameter of getMemoryInfo to get information on FMOD Event System memory usage.</span></div>
<divclass="line"><aname="l00149"></a><spanclass="lineno"> 149</span> <spanclass="comment"> Every public FMOD Event System class has a getMemoryInfo function which can be used to get detailed information on what memory resources are associated with the object in question. </span></div>
<divclass="line"><aname="l00150"></a><spanclass="lineno"> 150</span> <spanclass="comment"> The FMOD_EVENT_MEMBITS defines can be OR'd together to specify precisely what memory usage you'd like to get information on. See EventSystem::getMemoryInfo for an example.</span></div>
<divclass="line"><aname="l00160"></a><spanclass="lineno"><aclass="line"href="fmod__memoryinfo_8h.html#abe9d3ab266fd38c0d071a8ad9ba2a9a2"> 160</a></span> <spanclass="preprocessor">#define FMOD_EVENT_MEMBITS_EVENTSYSTEM 0x00000001 </span><spanclass="comment">/* EventSystem and various internals */</span><spanclass="preprocessor"></span></div>
<divclass="line"><aname="l00161"></a><spanclass="lineno"><aclass="line"href="fmod__memoryinfo_8h.html#ac9077f9350b9a929b7fc180e2b4ad37e"> 161</a></span> <spanclass="preprocessor"></span><spanclass="preprocessor">#define FMOD_EVENT_MEMBITS_MUSICSYSTEM 0x00000002 </span><spanclass="comment">/* MusicSystem and various internals */</span><spanclass="preprocessor"></span></div>
<divclass="line"><aname="l00162"></a><spanclass="lineno"><aclass="line"href="fmod__memoryinfo_8h.html#a2575e7246d8d8fa4912e4ecebfbb6994"> 162</a></span> <spanclass="preprocessor"></span><spanclass="preprocessor">#define FMOD_EVENT_MEMBITS_FEV 0x00000004 </span><spanclass="comment">/* Definition of objects contained in all loaded projects e.g. events, groups, categories */</span><spanclass="preprocessor"></span></div>
<divclass="line"><aname="l00163"></a><spanclass="lineno"><aclass="line"href="fmod__memoryinfo_8h.html#a83b280f8e3c3f175149c955a746b45c8"> 163</a></span> <spanclass="preprocessor"></span><spanclass="preprocessor">#define FMOD_EVENT_MEMBITS_MEMORYFSB 0x00000008 </span><spanclass="comment">/* Data loaded with preloadFSB */</span><spanclass="preprocessor"></span></div>
<divclass="line"><aname="l00164"></a><spanclass="lineno"><aclass="line"href="fmod__memoryinfo_8h.html#a23a0e26dd3178c5117d35857eca53b6c"> 164</a></span> <spanclass="preprocessor"></span><spanclass="preprocessor">#define FMOD_EVENT_MEMBITS_EVENTPROJECT 0x00000010 </span><spanclass="comment">/* EventProject objects and internals */</span><spanclass="preprocessor"></span></div>
<divclass="line"><aname="l00165"></a><spanclass="lineno"><aclass="line"href="fmod__memoryinfo_8h.html#a66160ed95599bbd851ca81ee129a6f50"> 165</a></span> <spanclass="preprocessor"></span><spanclass="preprocessor">#define FMOD_EVENT_MEMBITS_EVENTGROUPI 0x00000020 </span><spanclass="comment">/* EventGroup objects and internals */</span><spanclass="preprocessor"></span></div>
<divclass="line"><aname="l00166"></a><spanclass="lineno"><aclass="line"href="fmod__memoryinfo_8h.html#a24b887dda6b5ecc31b6f211d94ed5dd8"> 166</a></span> <spanclass="preprocessor"></span><spanclass="preprocessor">#define FMOD_EVENT_MEMBITS_SOUNDBANKCLASS 0x00000040 </span><spanclass="comment">/* Objects used to manage wave banks */</span><spanclass="preprocessor"></span></div>
<divclass="line"><aname="l00167"></a><spanclass="lineno"><aclass="line"href="fmod__memoryinfo_8h.html#a29aa8eeb751430ecabc3b4f443c59146"> 167</a></span> <spanclass="preprocessor"></span><spanclass="preprocessor">#define FMOD_EVENT_MEMBITS_SOUNDBANKLIST 0x00000080 </span><spanclass="comment">/* Data used to manage lists of wave bank usage */</span><spanclass="preprocessor"></span></div>
<divclass="line"><aname="l00168"></a><spanclass="lineno"><aclass="line"href="fmod__memoryinfo_8h.html#ad6a0ce7227b29c97e7cc4807a19b2170"> 168</a></span> <spanclass="preprocessor"></span><spanclass="preprocessor">#define FMOD_EVENT_MEMBITS_STREAMINSTANCE 0x00000100 </span><spanclass="comment">/* Stream objects and internals */</span><spanclass="preprocessor"></span></div>
<divclass="line"><aname="l00171"></a><spanclass="lineno"><aclass="line"href="fmod__memoryinfo_8h.html#a4c69407979214f8eb32ec1de150febb7"> 171</a></span> <spanclass="preprocessor"></span><spanclass="preprocessor">#define FMOD_EVENT_MEMBITS_SOUNDDEFPOOL 0x00000800 </span><spanclass="comment">/* Sound definition pool data */</span><spanclass="preprocessor"></span></div>
<divclass="line"><aname="l00184"></a><spanclass="lineno"><aclass="line"href="fmod__memoryinfo_8h.html#abb85e22631fdd806d3cfa5ebafb2f3e7"> 184</a></span> <spanclass="preprocessor"></span><spanclass="preprocessor">#define FMOD_EVENT_MEMBITS_EVENTENVELOPEPOINT 0x01000000 </span><spanclass="comment">/* Event envelope point object+s */</span><spanclass="preprocessor"></span></div>
<divclass="line"><aname="l00185"></a><spanclass="lineno"><aclass="line"href="fmod__memoryinfo_8h.html#ace4b88a0ced1c0e67803dc47ed857909"> 185</a></span> <spanclass="preprocessor"></span><spanclass="preprocessor">#define FMOD_EVENT_MEMBITS_EVENTINSTANCEPOOL 0x02000000 </span><spanclass="comment">/* Event instance pool data */</span><spanclass="preprocessor"></span></div>
<divclass="line"><aname="l00186"></a><spanclass="lineno"><aclass="line"href="fmod__memoryinfo_8h.html#a46f57e3cbb6dd26230a5606c2e7d069c"> 186</a></span> <spanclass="preprocessor"></span><spanclass="preprocessor">#define FMOD_EVENT_MEMBITS_ALL 0xffffffff </span><spanclass="comment">/* All memory used by FMOD Event System */</span><spanclass="preprocessor"></span></div>
<divclass="ttc"id="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s_html_af25a46b213a1dfd399330f44c56a8b0a"><divclass="ttname"><ahref="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#af25a46b213a1dfd399330f44c56a8b0a">FMOD_MEMORY_USAGE_DETAILS::file</a></div><divclass="ttdeci">unsigned int file</div><divclass="ttdef"><b>Definition:</b><ahref="fmod__memoryinfo_8h_source.html#l00046">fmod_memoryinfo.h:46</a></div></div>
<divclass="ttc"id="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s_html_ae9b3b286a10b9eb200ceab0ff4163697"><divclass="ttname"><ahref="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#ae9b3b286a10b9eb200ceab0ff4163697">FMOD_MEMORY_USAGE_DETAILS::sounddefdefclass</a></div><divclass="ttdeci">unsigned int sounddefdefclass</div><divclass="ttdef"><b>Definition:</b><ahref="fmod__memoryinfo_8h_source.html#l00070">fmod_memoryinfo.h:70</a></div></div>
<divclass="ttc"id="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s_html_a9824f010056edca3449d64ca939aab4c"><divclass="ttname"><ahref="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a9824f010056edca3449d64ca939aab4c">FMOD_MEMORY_USAGE_DETAILS::userproperty</a></div><divclass="ttdeci">unsigned int userproperty</div><divclass="ttdef"><b>Definition:</b><ahref="fmod__memoryinfo_8h_source.html#l00074">fmod_memoryinfo.h:74</a></div></div>
<divclass="ttc"id="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s_html_ace9c8cc204d32167576aecc3d8aa3995"><divclass="ttname"><ahref="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#ace9c8cc204d32167576aecc3d8aa3995">FMOD_MEMORY_USAGE_DETAILS::soundgroup</a></div><divclass="ttdeci">unsigned int soundgroup</div><divclass="ttdef"><b>Definition:</b><ahref="fmod__memoryinfo_8h_source.html#l00049">fmod_memoryinfo.h:49</a></div></div>
<divclass="ttc"id="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s_html_a5c5f86e415e72a1fe73857f84b75a081"><divclass="ttname"><ahref="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a5c5f86e415e72a1fe73857f84b75a081">FMOD_MEMORY_USAGE_DETAILS::reverb</a></div><divclass="ttdeci">unsigned int reverb</div><divclass="ttdef"><b>Definition:</b><ahref="fmod__memoryinfo_8h_source.html#l00056">fmod_memoryinfo.h:56</a></div></div>
<divclass="ttc"id="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s_html_a3e0f893939f5bae8430a6bc2fe0b0338"><divclass="ttname"><ahref="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a3e0f893939f5bae8430a6bc2fe0b0338">FMOD_MEMORY_USAGE_DETAILS::channelgroup</a></div><divclass="ttdeci">unsigned int channelgroup</div><divclass="ttdef"><b>Definition:</b><ahref="fmod__memoryinfo_8h_source.html#l00044">fmod_memoryinfo.h:44</a></div></div>
<divclass="ttc"id="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s_html_a2e3d3a7fa6397315eae3b0b0c5281ce6"><divclass="ttname"><ahref="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a2e3d3a7fa6397315eae3b0b0c5281ce6">FMOD_MEMORY_USAGE_DETAILS::dspconnection</a></div><divclass="ttdeci">unsigned int dspconnection</div><divclass="ttdef"><b>Definition:</b><ahref="fmod__memoryinfo_8h_source.html#l00051">fmod_memoryinfo.h:51</a></div></div>
<divclass="ttc"id="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s_html_a6fdc27f778ae3d685de7a405056eb34c"><divclass="ttname"><ahref="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a6fdc27f778ae3d685de7a405056eb34c">FMOD_MEMORY_USAGE_DETAILS::eventinstancepool</a></div><divclass="ttdeci">unsigned int eventinstancepool</div><divclass="ttdef"><b>Definition:</b><ahref="fmod__memoryinfo_8h_source.html#l00085">fmod_memoryinfo.h:85</a></div></div>
<divclass="ttc"id="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s_html_a0ecc8e6ffa105544e16682b5fd01058d"><divclass="ttname"><ahref="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a0ecc8e6ffa105544e16682b5fd01058d">FMOD_MEMORY_USAGE_DETAILS::eventenvelopepoint</a></div><divclass="ttdeci">unsigned int eventenvelopepoint</div><divclass="ttdef"><b>Definition:</b><ahref="fmod__memoryinfo_8h_source.html#l00084">fmod_memoryinfo.h:84</a></div></div>
<divclass="ttc"id="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s_html_a9f2a059618fb285e162d95b79991efa7"><divclass="ttname"><ahref="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a9f2a059618fb285e162d95b79991efa7">FMOD_MEMORY_USAGE_DETAILS::channel</a></div><divclass="ttdeci">unsigned int channel</div><divclass="ttdef"><b>Definition:</b><ahref="fmod__memoryinfo_8h_source.html#l00043">fmod_memoryinfo.h:43</a></div></div>
<divclass="ttc"id="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s_html_a892796648933b0039fa5c045272db8b4"><divclass="ttname"><ahref="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a892796648933b0039fa5c045272db8b4">FMOD_MEMORY_USAGE_DETAILS::soundbanklist</a></div><divclass="ttdeci">unsigned int soundbanklist</div><divclass="ttdef"><b>Definition:</b><ahref="fmod__memoryinfo_8h_source.html#l00067">fmod_memoryinfo.h:67</a></div></div>
<divclass="ttc"id="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s_html_ab858d2e8e9381aed859bd569059c51f4"><divclass="ttname"><ahref="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#ab858d2e8e9381aed859bd569059c51f4">FMOD_MEMORY_USAGE_DETAILS::eventgroupi</a></div><divclass="ttdeci">unsigned int eventgroupi</div><divclass="ttdef"><b>Definition:</b><ahref="fmod__memoryinfo_8h_source.html#l00065">fmod_memoryinfo.h:65</a></div></div>
<divclass="ttc"id="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s_html_a1fa6234e8f6a41926beb81291b564424"><divclass="ttname"><ahref="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a1fa6234e8f6a41926beb81291b564424">FMOD_MEMORY_USAGE_DETAILS::eventproject</a></div><divclass="ttdeci">unsigned int eventproject</div><divclass="ttdef"><b>Definition:</b><ahref="fmod__memoryinfo_8h_source.html#l00064">fmod_memoryinfo.h:64</a></div></div>
<divclass="ttc"id="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s_html_a30a1371435d710a987b82a437486fe36"><divclass="ttname"><ahref="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a30a1371435d710a987b82a437486fe36">FMOD_MEMORY_USAGE_DETAILS::output</a></div><divclass="ttdeci">unsigned int output</div><divclass="ttdef"><b>Definition:</b><ahref="fmod__memoryinfo_8h_source.html#l00042">fmod_memoryinfo.h:42</a></div></div>
<divclass="ttc"id="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s_html_a90a5d22e4fb76e48616aec2c6c4c4f5b"><divclass="ttname"><ahref="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a90a5d22e4fb76e48616aec2c6c4c4f5b">FMOD_MEMORY_USAGE_DETAILS::musicsystem</a></div><divclass="ttdeci">unsigned int musicsystem</div><divclass="ttdef"><b>Definition:</b><ahref="fmod__memoryinfo_8h_source.html#l00061">fmod_memoryinfo.h:61</a></div></div>
<divclass="ttc"id="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s_html_aca34f0867d83895f200cac70d2be0b48"><divclass="ttname"><ahref="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#aca34f0867d83895f200cac70d2be0b48">FMOD_MEMORY_USAGE_DETAILS::eventreverb</a></div><divclass="ttdeci">unsigned int eventreverb</div><divclass="ttdef"><b>Definition:</b><ahref="fmod__memoryinfo_8h_source.html#l00073">fmod_memoryinfo.h:73</a></div></div>
<divclass="ttc"id="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s_html_ab510c963245f90cc2aa4788ea48a0077"><divclass="ttname"><ahref="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#ab510c963245f90cc2aa4788ea48a0077">FMOD_MEMORY_USAGE_DETAILS::sounddefclass</a></div><divclass="ttdeci">unsigned int sounddefclass</div><divclass="ttdef"><b>Definition:</b><ahref="fmod__memoryinfo_8h_source.html#l00069">fmod_memoryinfo.h:69</a></div></div>
<divclass="ttc"id="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s_html_a7de1020a4138019aa2996c955dea9a1e"><divclass="ttname"><ahref="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a7de1020a4138019aa2996c955dea9a1e">FMOD_MEMORY_USAGE_DETAILS::syncpoint</a></div><divclass="ttdeci">unsigned int syncpoint</div><divclass="ttdef"><b>Definition:</b><ahref="fmod__memoryinfo_8h_source.html#l00059">fmod_memoryinfo.h:59</a></div></div>
<divclass="ttc"id="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s_html_a2e9c5fc50710edfd97eaacbee4d34b28"><divclass="ttname"><ahref="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a2e9c5fc50710edfd97eaacbee4d34b28">FMOD_MEMORY_USAGE_DETAILS::streaminstance</a></div><divclass="ttdeci">unsigned int streaminstance</div><divclass="ttdef"><b>Definition:</b><ahref="fmod__memoryinfo_8h_source.html#l00068">fmod_memoryinfo.h:68</a></div></div>
<divclass="ttc"id="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s_html_adbcf59d0380554564bf049c4d1e88f37"><divclass="ttname"><ahref="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#adbcf59d0380554564bf049c4d1e88f37">FMOD_MEMORY_USAGE_DETAILS::string</a></div><divclass="ttdeci">unsigned int string</div><divclass="ttdef"><b>Definition:</b><ahref="fmod__memoryinfo_8h_source.html#l00039">fmod_memoryinfo.h:39</a></div></div>
<divclass="ttc"id="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s_html_a4865f00e822ec952b5834a5fc8f654cb"><divclass="ttname"><ahref="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a4865f00e822ec952b5834a5fc8f654cb">FMOD_MEMORY_USAGE_DETAILS::eventinstance</a></div><divclass="ttdeci">unsigned int eventinstance</div><divclass="ttdef"><b>Definition:</b><ahref="fmod__memoryinfo_8h_source.html#l00075">fmod_memoryinfo.h:75</a></div></div>
<divclass="ttc"id="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s_html_a814168d912366092aab2d45b64860e9a"><divclass="ttname"><ahref="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a814168d912366092aab2d45b64860e9a">FMOD_MEMORY_USAGE_DETAILS::secondaryram</a></div><divclass="ttdeci">unsigned int secondaryram</div><divclass="ttdef"><b>Definition:</b><ahref="fmod__memoryinfo_8h_source.html#l00048">fmod_memoryinfo.h:48</a></div></div>
<divclass="ttc"id="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s_html_a7b3496631189719e36d5749aeaf5f7ae"><divclass="ttname"><ahref="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a7b3496631189719e36d5749aeaf5f7ae">FMOD_MEMORY_USAGE_DETAILS::fev</a></div><divclass="ttdeci">unsigned int fev</div><divclass="ttdef"><b>Definition:</b><ahref="fmod__memoryinfo_8h_source.html#l00062">fmod_memoryinfo.h:62</a></div></div>
<divclass="ttc"id="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s_html_a96ad167aa2bef32171c3b606551edd2d"><divclass="ttname"><ahref="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a96ad167aa2bef32171c3b606551edd2d">FMOD_MEMORY_USAGE_DETAILS::sound</a></div><divclass="ttdeci">unsigned int sound</div><divclass="ttdef"><b>Definition:</b><ahref="fmod__memoryinfo_8h_source.html#l00047">fmod_memoryinfo.h:47</a></div></div>
<divclass="ttc"id="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s_html_ac246920f66335d45cf118bc18f28a212"><divclass="ttname"><ahref="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#ac246920f66335d45cf118bc18f28a212">FMOD_MEMORY_USAGE_DETAILS::eventinstance_layer</a></div><divclass="ttdeci">unsigned int eventinstance_layer</div><divclass="ttdef"><b>Definition:</b><ahref="fmod__memoryinfo_8h_source.html#l00078">fmod_memoryinfo.h:78</a></div></div>
<divclass="ttc"id="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s_html_a3260758ae002318049ccbc040d24dd52"><divclass="ttname"><ahref="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a3260758ae002318049ccbc040d24dd52">FMOD_MEMORY_USAGE_DETAILS::eventparameter</a></div><divclass="ttdeci">unsigned int eventparameter</div><divclass="ttdef"><b>Definition:</b><ahref="fmod__memoryinfo_8h_source.html#l00082">fmod_memoryinfo.h:82</a></div></div>
<divclass="ttc"id="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s_html_aefd98bd32dc169fda251f21f15cdb1f5"><divclass="ttname"><ahref="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#aefd98bd32dc169fda251f21f15cdb1f5">FMOD_MEMORY_USAGE_DETAILS::eventinstance_sound</a></div><divclass="ttdeci">unsigned int eventinstance_sound</div><divclass="ttdef"><b>Definition:</b><ahref="fmod__memoryinfo_8h_source.html#l00079">fmod_memoryinfo.h:79</a></div></div>
<divclass="ttc"id="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s_html_a831855cdc62591b1a2196adda8910ba2"><divclass="ttname"><ahref="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a831855cdc62591b1a2196adda8910ba2">FMOD_MEMORY_USAGE_DETAILS::plugins</a></div><divclass="ttdeci">unsigned int plugins</div><divclass="ttdef"><b>Definition:</b><ahref="fmod__memoryinfo_8h_source.html#l00041">fmod_memoryinfo.h:41</a></div></div>
<divclass="ttc"id="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s_html_aa4dc6b43af840873ece23904cbe4fe67"><divclass="ttname"><ahref="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#aa4dc6b43af840873ece23904cbe4fe67">FMOD_MEMORY_USAGE_DETAILS::sounddefpool</a></div><divclass="ttdeci">unsigned int sounddefpool</div><divclass="ttdef"><b>Definition:</b><ahref="fmod__memoryinfo_8h_source.html#l00071">fmod_memoryinfo.h:71</a></div></div>
<divclass="ttc"id="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s_html_a79c8ce6c41c929f76de67af8c5818575"><divclass="ttname"><ahref="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a79c8ce6c41c929f76de67af8c5818575">FMOD_MEMORY_USAGE_DETAILS::streambuffer</a></div><divclass="ttdeci">unsigned int streambuffer</div><divclass="ttdef"><b>Definition:</b><ahref="fmod__memoryinfo_8h_source.html#l00050">fmod_memoryinfo.h:50</a></div></div>
<divclass="ttc"id="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s_html_a4881bcae341cb5e4aa16ea31d288d4c1"><divclass="ttname"><ahref="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a4881bcae341cb5e4aa16ea31d288d4c1">FMOD_MEMORY_USAGE_DETAILS::memoryfsb</a></div><divclass="ttdeci">unsigned int memoryfsb</div><divclass="ttdef"><b>Definition:</b><ahref="fmod__memoryinfo_8h_source.html#l00063">fmod_memoryinfo.h:63</a></div></div>
<divclass="ttc"id="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s_html_ad1272c43c54e67a970996ae553b6985e"><divclass="ttname"><ahref="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#ad1272c43c54e67a970996ae553b6985e">FMOD_MEMORY_USAGE_DETAILS::dsp</a></div><divclass="ttdeci">unsigned int dsp</div><divclass="ttdef"><b>Definition:</b><ahref="fmod__memoryinfo_8h_source.html#l00052">fmod_memoryinfo.h:52</a></div></div>
<divclass="ttc"id="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s_html_a0c361b97c44efcb81b71109f764c4b62"><divclass="ttname"><ahref="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a0c361b97c44efcb81b71109f764c4b62">FMOD_MEMORY_USAGE_DETAILS::geometry</a></div><divclass="ttdeci">unsigned int geometry</div><divclass="ttdef"><b>Definition:</b><ahref="fmod__memoryinfo_8h_source.html#l00058">fmod_memoryinfo.h:58</a></div></div>
<divclass="ttc"id="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s_html_a97bb471d15a795a39d891c169c7be03d"><divclass="ttname"><ahref="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a97bb471d15a795a39d891c169c7be03d">FMOD_MEMORY_USAGE_DETAILS::eventenvelopedef</a></div><divclass="ttdeci">unsigned int eventenvelopedef</div><divclass="ttdef"><b>Definition:</b><ahref="fmod__memoryinfo_8h_source.html#l00081">fmod_memoryinfo.h:81</a></div></div>
<divclass="ttc"id="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s_html_adb0ed76585ec25090268a39299695639"><divclass="ttname"><ahref="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#adb0ed76585ec25090268a39299695639">FMOD_MEMORY_USAGE_DETAILS::other</a></div><divclass="ttdeci">unsigned int other</div><divclass="ttdef"><b>Definition:</b><ahref="fmod__memoryinfo_8h_source.html#l00038">fmod_memoryinfo.h:38</a></div></div>
<divclass="ttc"id="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s_html_afcc8407e8459fdec90b619b942951c15"><divclass="ttname"><ahref="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#afcc8407e8459fdec90b619b942951c15">FMOD_MEMORY_USAGE_DETAILS::system</a></div><divclass="ttdeci">unsigned int system</div><divclass="ttdef"><b>Definition:</b><ahref="fmod__memoryinfo_8h_source.html#l00040">fmod_memoryinfo.h:40</a></div></div>
<divclass="ttc"id="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s_html_a96439917bae749b26f72637db7b8bda1"><divclass="ttname"><ahref="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a96439917bae749b26f72637db7b8bda1">FMOD_MEMORY_USAGE_DETAILS::eventinstance_simple</a></div><divclass="ttdeci">unsigned int eventinstance_simple</div><divclass="ttdef"><b>Definition:</b><ahref="fmod__memoryinfo_8h_source.html#l00077">fmod_memoryinfo.h:77</a></div></div>
<divclass="ttc"id="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s_html_acd6673289c58ae45de3accf595a551b8"><divclass="ttname"><ahref="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#acd6673289c58ae45de3accf595a551b8">FMOD_MEMORY_USAGE_DETAILS::dspcodec</a></div><divclass="ttdeci">unsigned int dspcodec</div><divclass="ttdef"><b>Definition:</b><ahref="fmod__memoryinfo_8h_source.html#l00053">fmod_memoryinfo.h:53</a></div></div>
<divclass="ttc"id="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s_html_a2b09a2eb911ba6877acb5abe31abca93"><divclass="ttname"><ahref="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a2b09a2eb911ba6877acb5abe31abca93">FMOD_MEMORY_USAGE_DETAILS::eventenvelope</a></div><divclass="ttdeci">unsigned int eventenvelope</div><divclass="ttdef"><b>Definition:</b><ahref="fmod__memoryinfo_8h_source.html#l00080">fmod_memoryinfo.h:80</a></div></div>
<divclass="ttc"id="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s_html_a422e2e0b78ea73a0252199878ec0ff5d"><divclass="ttname"><ahref="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a422e2e0b78ea73a0252199878ec0ff5d">FMOD_MEMORY_USAGE_DETAILS::eventinstance_complex</a></div><divclass="ttdeci">unsigned int eventinstance_complex</div><divclass="ttdef"><b>Definition:</b><ahref="fmod__memoryinfo_8h_source.html#l00076">fmod_memoryinfo.h:76</a></div></div>
<divclass="ttc"id="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s_html_ad437e13b2d188868856462eda578152e"><divclass="ttname"><ahref="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#ad437e13b2d188868856462eda578152e">FMOD_MEMORY_USAGE_DETAILS::profile</a></div><divclass="ttdeci">unsigned int profile</div><divclass="ttdef"><b>Definition:</b><ahref="fmod__memoryinfo_8h_source.html#l00054">fmod_memoryinfo.h:54</a></div></div>
<divclass="ttc"id="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s_html_aef801f62768fe435004468a04b83b88a"><divclass="ttname"><ahref="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#aef801f62768fe435004468a04b83b88a">FMOD_MEMORY_USAGE_DETAILS::recordbuffer</a></div><divclass="ttdeci">unsigned int recordbuffer</div><divclass="ttdef"><b>Definition:</b><ahref="fmod__memoryinfo_8h_source.html#l00055">fmod_memoryinfo.h:55</a></div></div>
<divclass="ttc"id="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s_html_a969cb7ee5a6ffe4a920c6bb4728398f1"><divclass="ttname"><ahref="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a969cb7ee5a6ffe4a920c6bb4728398f1">FMOD_MEMORY_USAGE_DETAILS::reverbchannelprops</a></div><divclass="ttdeci">unsigned int reverbchannelprops</div><divclass="ttdef"><b>Definition:</b><ahref="fmod__memoryinfo_8h_source.html#l00057">fmod_memoryinfo.h:57</a></div></div>
<divclass="ttc"id="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s_html_adee06e92f6bb7226d1fa0f9d2f65a5cf"><divclass="ttname"><ahref="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#adee06e92f6bb7226d1fa0f9d2f65a5cf">FMOD_MEMORY_USAGE_DETAILS::reverbdef</a></div><divclass="ttdeci">unsigned int reverbdef</div><divclass="ttdef"><b>Definition:</b><ahref="fmod__memoryinfo_8h_source.html#l00072">fmod_memoryinfo.h:72</a></div></div>
<divclass="ttc"id="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s_html_a34683aa1fceb056c8d436d5240ec2e6c"><divclass="ttname"><ahref="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a34683aa1fceb056c8d436d5240ec2e6c">FMOD_MEMORY_USAGE_DETAILS::eventsystem</a></div><divclass="ttdeci">unsigned int eventsystem</div><divclass="ttdef"><b>Definition:</b><ahref="fmod__memoryinfo_8h_source.html#l00060">fmod_memoryinfo.h:60</a></div></div>
<divclass="ttc"id="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s_html_a170c5f1cb06108ad0012da8af7bbe926"><divclass="ttname"><ahref="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a170c5f1cb06108ad0012da8af7bbe926">FMOD_MEMORY_USAGE_DETAILS::eventcategory</a></div><divclass="ttdeci">unsigned int eventcategory</div><divclass="ttdef"><b>Definition:</b><ahref="fmod__memoryinfo_8h_source.html#l00083">fmod_memoryinfo.h:83</a></div></div>
<divclass="ttc"id="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s_html_a3401459a6a5de602fcfd90748760a7ca"><divclass="ttname"><ahref="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#a3401459a6a5de602fcfd90748760a7ca">FMOD_MEMORY_USAGE_DETAILS::soundbankclass</a></div><divclass="ttdeci">unsigned int soundbankclass</div><divclass="ttdef"><b>Definition:</b><ahref="fmod__memoryinfo_8h_source.html#l00066">fmod_memoryinfo.h:66</a></div></div>
<divclass="ttc"id="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s_html_ac0b69135564bfaaedef6e9c6c38d051a"><divclass="ttname"><ahref="struct_f_m_o_d___m_e_m_o_r_y___u_s_a_g_e___d_e_t_a_i_l_s.html#ac0b69135564bfaaedef6e9c6c38d051a">FMOD_MEMORY_USAGE_DETAILS::codec</a></div><divclass="ttdeci">unsigned int codec</div><divclass="ttdef"><b>Definition:</b><ahref="fmod__memoryinfo_8h_source.html#l00045">fmod_memoryinfo.h:45</a></div></div>