Version

menu_open
Wwise SDK 2021.1.14

◆ GetCurrentConversionSettingsHash()

virtual uint32_t AK.Wwise::Plugin::V1::MediaConverter::GetCurrentConversionSettingsHash ( const GUID in_guidPlatform,
AkUInt32  in_uSampleRate = 0,
AkUInt32  in_uBlockLength = 0 
) const
pure virtual

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_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.

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