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.
- 参照
-
列挙値 |
---|
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.
|
AkBankContent_Last | End of enum, invalid value.
|
AkSoundEngine.h の 2713 行目に定義があります。