バージョン

menu_open
警告:あなたのメジャーリリース ( 2024.1.1.8691 ) に該当する最新ドキュメンテーションが表示されています。特定バージョンのドキュメンテーションにアクセスするには、Audiokinetic Launcherでオフラインドキュメンテーションをダウンロードし、Wwise AuthoringのOffline Documentationオプションにチェックを入れてください。

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

引数
[in]in_thisCurrent instance of this interface.
[in]in_guidPlatformThe unique ID of the custom platform for which the conversion is being done.
[in]in_uSampleRateThe target sample rate for the converted file, passing 0 will default to the platform default.
[in]in_uBlockLengthThe block length, passing 0 will default to the platform default.
戻り値
A hash value for all the plug-in parameters.

MediaConverter.h103 行目に定義があります。

参照元 AK.Wwise::Plugin::V1::MediaConverter::Interface::Interface().


このページはお役に立ちましたか?

サポートは必要ですか?

ご質問や問題、ご不明点はございますか?お気軽にお問い合わせください。

サポートページをご確認ください

あなたのプロジェクトについて教えてください。ご不明な点はありませんか。

プロジェクトを登録していただくことで、ご利用開始のサポートをいたします。

Wwiseからはじめよう