FMOD Event System

来源:互联网 发布:人工智能 社会影响 编辑:程序博客网 时间:2024/04/26 12:49

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.
  • 原创粉丝点击