Wwise Authoring Plug-ins - API to write data that can be converted for the target platform. 更多...
#include "PluginInfoGenerator.h"
类 | |
struct | ak_wwise_plugin_host_data_writer_v1 |
Interface used to write data during sound bank generation. 更多... | |
class | AK.Wwise::Plugin::V1::DataWriter |
Interface used to write data during sound bank generation. 更多... | |
class | AK.Wwise::Plugin::RequestedHostInterface< DataWriter > |
命名空间 | |
namespace | AK |
Definition of data structures for AkAudioObject | |
namespace | AK.Wwise |
AK::Wwise::Plugin | |
AK::Wwise::Plugin::V1 | |
宏定义 | |
#define | AK_WWISE_PLUGIN_HOST_WRITE_V1_ID() AK_WWISE_PLUGIN_BASE_INTERFACE_FROM_ID(AK_WWISE_PLUGIN_INTERFACE_TYPE_HOST_DATA_WRITER, 1) |
#define | AK_WWISE_PLUGIN_HOST_WRITE_V1_CTOR() |
类型定义 | |
using | AK::Wwise::Plugin::V1::CHostDataWriter = ak_wwise_plugin_host_data_writer_v1 |
using | AK::Wwise::Plugin::V1::RequestWrite = RequestedHostInterface< DataWriter > |
Requests a DataWriter interface. 更多... | |
using | AK::Wwise::Plugin::CHostDataWriter = V1::CHostDataWriter |
Latest version of the C DataWriter interface. 更多... | |
using | AK::Wwise::Plugin::DataWriter = V1::DataWriter |
Latest version of the C++ DataWriter interface. 更多... | |
using | AK::Wwise::Plugin::RequestWrite = V1::RequestWrite |
Latest version of the requested C++ DataWriter interface. 更多... | |
函数 | |
AK::Wwise::Plugin::AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_CLASS (DataWriter) | |
AK::Wwise::Plugin::AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_VERSION (DataWriter) | |
Wwise Authoring Plug-ins - API to write data that can be converted for the target platform.
在文件 HostDataWriter.h 中定义.