menu
버전
2022.1.19.8584
2024.1.6.8842
2023.1.14.8770
2025.1.0.8897
2022.1.19.8584
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.6.8842
2023.1.14.8770
2025.1.0.8897
2022.1.19.8584
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 2022.1.19
|
C++ API to provide device enumeration for sink plug-ins. 더 자세히 ...
#include <SinkDevices.h>
클래스 | |
struct | Interface |
The C interface, fulfilled by your plug-in. 더 자세히 ... | |
Public 타입 | |
enum | : InterfaceTypeValue { k_interfaceType = AK_WWISE_PLUGIN_INTERFACE_TYPE_SINK_DEVICES } |
The interface type, as provided by this plug-in. 더 자세히 ... | |
enum | : InterfaceVersion { k_interfaceVersion = 1 } |
The interface version, as provided by this plug-in. 더 자세히 ... | |
using | Instance = CSinkDevices::Instance |
Base instance type for providing a device list for your custom sink through ak_wwise_plugin_sink_devices_v1. 더 자세히 ... | |
Public 멤버 함수 | |
InterfacePtr | GetInterfacePointer () |
CSinkDevices::Instance * | GetInstancePointer () |
const CSinkDevices::Instance * | GetInstancePointer () const |
SinkDevices () | |
virtual | ~SinkDevices () |
virtual int | GetCount () const =0 |
Get a count of the number of interfaces currently available. 더 자세히 ... | |
virtual const char * | GetName (int in_num) const =0 |
Get a user-presentable name for the device number in_num. 더 자세히 ... | |
virtual uint32_t | GetDeviceID (int in_num) const =0 |
Get a device ID for the device number in_num. 더 자세히 ... | |
![]() | |
virtual | ~ak_wwise_plugin_cpp_base_instance () |
C++ API to provide device enumeration for sink plug-ins.
Allows your plug-in to provide a list of up-to-date device IDs that can be used to instantiate a new Sound Engine sink.
This plug-in interface cannot be linked to a backend or a frontend plug-in, it must be standalone.
SinkDevices.h 파일의 171 번째 라인에서 정의되었습니다.
프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.
Wwise를 시작해 보세요