Version

menu_open

◆ GetCurrentConversionSettingsHash

uint32_t(* ak_wwise_plugin_media_converter_v1::GetCurrentConversionSettingsHash) (const struct ak_wwise_plugin_media_converter_instance_v1 *in_this, const GUID *in_guidPlatform, AkUInt32 in_uSampleRate, AkUInt32 in_uBlockLength)

Calculates the conversion setting's hash.

The goal of this function is to return a value that can be used to indicate whether the plug-in information changed between two conversion requests. Each time a SoundBank generation is done, that value is stored, and if it's different from the previous one, or if the file changed, a new ConvertFile will be called.

Parameters
[in] in_this Current instance of this interface.
[in] in_guidPlatform The unique ID of the custom platform for which the conversion is being done.
[in] in_uSampleRate The target sample rate for the converted file, passing 0 will default to the platform default.
[in] in_uBlockLength The block length, passing 0 will default to the platform default.
Returns
A hash value for all the plug-in parameters.

Definition at line 104 of file MediaConverter.h.

Referenced by AK.Wwise::Plugin::V1::MediaConverter::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