Version

menu_open
Wwise SDK 2021.1.14

◆ ConvertFile()

virtual ConversionResult AK.Wwise::Plugin::V1::MediaConverter::ConvertFile ( const GUID in_guidPlatform,
const BasePlatformID in_basePlatform,
const AkOSChar in_szSourceFile,
const AkOSChar in_szDestFile,
AkUInt32  in_uSampleRate,
AkUInt32  in_uBlockLength,
IProgress in_pProgress,
IWriteString io_pError 
) const
pure virtual

Converts a file.

Note: If the conversion failed the function is responsible for deleting any files that may have been created, even the destination file in case of error. If the function returns false we will use the string put in io_pError to display an error message.

Parameters
[in] in_guidPlatform The unique ID of the custom platform being converted for.
[in] in_basePlatform The unique ID of the base platform being converted for.
[in] in_szSourceFile Source file to convert data from.
[in] in_szDestFile Destination file, must be created by the plug-in.
[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.
[in] in_pProgress Optional Progress Bar controller.
io_pError Optional error string that can be displayed if ConversionResult is not successful.
Returns
Whether the conversion was successful or not.

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