|
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>
公開メンバ関数 | |
| AkAudioObjects (AkUInt32 in_uNumObjects=0, AkAudioBuffer **in_ppObjectBuffers=nullptr, AkAudioObject **in_ppObjects=nullptr) | |
公開変数類 | |
| 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 行目に定義があります。