Version

menu_open
Wwise SDK 2021.1.14

◆ GetName

const char*(* ak_wwise_plugin_sink_devices_v1::GetName) (const struct ak_wwise_plugin_sink_devices_instance_v1 *in_this, int in_num)

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.

Parameters
[in] in_this Current instance of this interface.
[in] in_num Device number, from zero to the value, as retrieved by GetCount.
Returns
const char* UTF-8 Name of the interface in_num.
See also
GetCount for a discussion on providing data in a multithread-aware environment.

Definition at line 128 of file SinkDevices.h.

Referenced by AK.Wwise::Plugin::V1::SinkDevices::Interface::Interface().


Was this page helpful?

Need Support?

Questions? Problems? Need more info? Contact us, and we can help!

Visit our Support page

Tell us about your project. We're here to help.

Register your project and we'll help you get started with no strings attached!

Get started with Wwise