Wwise SDK 2022.1.18
|
◆ GetDeviceID
Get a device ID for the device number in_num. Provided by your plug-in, this should return a uint32_t that can be understood by the Sound Engine part of your sink plug-in. It must not return duplicates or pointers, and the value should be applicable to the GetName call based on the same in_num.
在文件 SinkDevices.h 第 142 行定义. 被这些函数引用 AK.Wwise::Plugin::V1::SinkDevices::Interface::Interface(). |