|
◆ ConvertFile
Converts a file.
| 참고: 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.
- 매개변수
-
[in] | in_this | Current instance of this interface. |
[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. |
- 반환값
- Whether the conversion was successful or not.
|
MediaConverter.h 파일의 77 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : AK.Wwise::Plugin::V1::MediaConverter::Interface::Interface().
|