Wwise SDK 2023.1.9
|
◆ GetName
Get a user-presentable name for the device number in_num. Provided by your plug-in, this should return a const char* in UTF-8, valid at least until the next function call, and must not return duplicates or nullptr. It should return names that can be understood by an end user in the context of your plug-in.
SinkDevices.h の 127 行目に定義があります。 参照元 AK.Wwise::Plugin::V1::SinkDevices::Interface::Interface(). |