Wwise SDK 2025.1.2
|
#include <AkSoundEngineTypes.h>
Public 属性 | |
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 行定义.