Parameter to be passed to AK::SoundEngine::PrepareBank()
. Use AkBankContent_All to load both the media and structural content from the bank. Use AkBankContent_StructureOnly to load only the structural content, including events, from the bank and then later use the PrepareEvent() functions to load media on demand from loose files on the disk.
- See also
-
Enumerator |
---|
AkBankContent_StructureOnly | Use AkBankContent_StructureOnly to load only the structural content, including Events, and then later use the PrepareEvent() functions to load media on demand from loose files on the disk.
|
AkBankContent_All | Use AkBankContent_All to load both the media and structural content.
|
Definition at line 2657 of file AkSoundEngine.h.