|
Wwise SDK 2025.1.3
|
A collection of audio objects. Encapsulates the audio data and metadata of each audio object in separate arrays. 更多...
#include <AkAudioObject.h>
Public 成员函数 | |
| AkAudioObjects (AkUInt32 in_uNumObjects=0, AkAudioBuffer **in_ppObjectBuffers=nullptr, AkAudioObject **in_ppObjects=nullptr) | |
Public 属性 | |
| AkUInt32 | uNumObjects |
| Number of audio objects. 更多... | |
| AkAudioBuffer ** | ppObjectBuffers |
| Array of pointers to audio object buffers. 更多... | |
| AkAudioObject ** | ppObjects |
| Array of pointers to audio objects. 更多... | |
A collection of audio objects. Encapsulates the audio data and metadata of each audio object in separate arrays.
在文件 AkAudioObject.h 第 170 行定义.