menu
バージョン
2024.1.2.8726
2024.1.2.8726
2023.1.10.8659
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.2.8726
2023.1.10.8659
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 2024.1.2
|
API specific for source plug-in. [詳解]
#include <Source.h>
公開型 | |
using | Instance = ak_wwise_plugin_source_instance_v1 |
Base instance type for providing source-specific information. [詳解] | |
公開メンバ関数 | |
ak_wwise_plugin_source_v1 () | |
![]() | |
constexpr | ak_wwise_plugin_base_interface (decltype(m_interface) in_interface, decltype(m_version) in_version) |
constexpr | ak_wwise_plugin_base_interface () |
constexpr | ak_wwise_plugin_base_interface (std::underlying_type< decltype(m_interface)>::type in_interface, decltype(m_version) in_version) |
公開変数類 | |
bool(* | GetSourceDuration )(const struct ak_wwise_plugin_source_instance_v1 *in_this, double *out_dblMinDuration, double *out_dblMaxDuration) |
Return the minimum and maximum duration, in seconds. [詳解] | |
![]() | |
ak_wwise_plugin_interface_type | m_interface: 32 |
Interface type (see ak_wwise_plugin_interface_type) [詳解] | |
uint32_t | m_version: 32 |
Version of the interface [詳解] | |