menu
バージョン
2021.1.14.8108
2024.1.3.8749
2023.1.11.8682
2022.1.18.8567
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
2024.1.3.8749
2023.1.11.8682
2022.1.18.8567
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
Wwise SDK 2021.1.14
|
#include <AkCommonDefs.h>
公開変数類 | |
AkChannelConfig | channelConfig |
Channel configuration of the main mix. [詳解] |
|
AkUInt32 | uMaxSystemAudioObjects |
Maximum number of System Audio Objects that can be active concurrently. A value of zero indicates the system does not support this feature. [詳解] |
|
AkUInt32 | uAvailableSystemAudioObjects |
How many System Audio Objects can currently be sent to the sink. This value can change at runtime depending on what is playing. Can never be higher than uMaxSystemAudioObjects. [詳解] |
|
bool | bPassthrough |
Separate pass-through mix is supported. [詳解] |
|
bool | bMultiChannelObjects |
Can handle multi-channel objects [詳解] |
|
Structure containing information about system-level support for 3D audio. "3D Audio" refers to a system's ability to position sound sources in a virtual 3D space, pan them accordingly on a range of physical speakers, and produce a binaural mix where appropriate. We prefer "3D Audio" to "Spatial" to avoid ambiguity with spatial audio, which typically involves sound propagation and environment effects.
AkCommonDefs.h の 402 行目に定義があります。