loading and allocation
- EventSystem::getGroup / EventGroup::getGroup / EventGroup::getGroupByIndex allocate the event instance memory (including any DSP effect allocations) for the events in that group only, EVENT_CACHEEVENTS flag is used. This function is not recursive and does NOT traverse into subgroups.
- FMOD_EventGroup_GetEvent will load wave data for the specified event, but if you specified FMOD_EVENT_INFOONLY in this function, no wave data will be loaded.
本文介绍了 FMOD 中 EventSystem 的 getGroup 函数如何仅针对指定组内的事件实例分配内存,包括任何 DSP 效果的分配,并指出此操作不会递归进入子组。此外,还解释了 FMOD_EventGroup_GetEvent 如何加载特定事件的波形数据,除非设置了 FMOD_EVENT_INFOONLY 标志。

1128

被折叠的 条评论
为什么被折叠?



