Wwise SDK 2025.1.2
|
#include <AkSoundEngineTypes.h>
公開変数類 | |
AkPluginID | pluginID |
Full plugin ID, including company ID and plugin type. See AKMAKECLASSID macro. [詳解] | |
AkUniqueID | audioDeviceShareset |
ID of shareset for this output device [詳解] | |
AkUInt32 | idDevice |
Device ID that was specified in the Output Settings for this output device [詳解] | |
struct AkChannelConfig | channelConfig |
Channel configuration of the output device [詳解] | |
struct Ak3DAudioSinkCapabilities | capabilities |
3D Audio capabilities of the output device instance [詳解] | |
void * | customData |
Custom data containing additional information about the device. This is plug-in implementation-defined. For Wwise Motion, this can be cast to AkMotionDeviceData. [詳解] | |
Information about an output device instance.
This data can be retrieved by plug-ins via AK::IAkPluginContextBase::GetOutputDeviceInfo.
AkSoundEngineTypes.h の 88 行目に定義があります。