您的位置:首页 > 其它

FMOD Event System

2008-12-13 16:35 127 查看
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.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  function events system
相关文章推荐