Wwise Authoring Plug-ins - Plug-in that lists supported output devices. 更多...
#include "PluginInfoGenerator.h"
类 | |
struct | ak_wwise_plugin_sink_devices_v1 |
Device enumerator for sink plug-ins. 更多... | |
class | AK.Wwise::Plugin::V1::SinkDevices |
C++ API to provide device enumeration for sink plug-ins. 更多... | |
struct | AK.Wwise::Plugin::V1::SinkDevices::Interface |
The C interface, fulfilled by your plug-in. 更多... | |
命名空间 | |
namespace | AK |
Definition of data structures for AkAudioObject | |
namespace | AK.Wwise |
AK::Wwise::Plugin | |
AK::Wwise::Plugin::V1 | |
宏定义 | |
#define | AK_WWISE_PLUGIN_SINK_DEVICES_V1_ID() AK_WWISE_PLUGIN_BASE_INTERFACE_FROM_ID(AK_WWISE_PLUGIN_INTERFACE_TYPE_SINK_DEVICES, 1) |
#define | AK_WWISE_PLUGIN_SINK_DEVICES_V1_CTOR(in_pluginInfo, in_data) |
类型定义 | |
using | AK::Wwise::Plugin::V1::CSinkDevices = ak_wwise_plugin_sink_devices_v1 |
Device enumerator for sink plug-ins. 更多... | |
using | AK::Wwise::Plugin::CSinkDevices = V1::CSinkDevices |
Latest version of the C SinkDevices interface. 更多... | |
using | AK::Wwise::Plugin::SinkDevices = V1::SinkDevices |
Latest version of the C++ SinkDevices interface. 更多... | |
函数 | |
AK::Wwise::Plugin::AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_CLASS (SinkDevices) | |
AK::Wwise::Plugin::AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_VERSION (SinkDevices) | |
Wwise Authoring Plug-ins - Plug-in that lists supported output devices.
Provides a list of up-to-date device IDs that can be used to instantiate a new Sound Engine sink.
在文件 SinkDevices.h 中定义.