バージョン

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

◆ RegisterPluginDLL()

AKSOUNDENGINE_API AKRESULT AK::SoundEngine::RegisterPluginDLL ( const AkOSChar in_DllName,
const AkOSChar in_DllPath = NULL 
)

Loads a plug-in dynamic library and registers it with the sound engine.
With dynamic linking, all plugins are automatically registered. The plug-in DLL must be in the OS-specific library path or in the same location as the executable. If not, set AkInitSettings.szPluginDLLPath.

戻り値
  • AK_Success if successful.
  • AK_FileNotFound if the DLL is not found in the OS path or if it has extraneous dependencies not found.
  • AK_InsufficientMemory if the system ran out of resources while loading the dynamic library
  • AK_NotCompatible if the file was found but is not binary-compatible with the system's expected executable format
  • AK_InvalidFile if the symbol g_pAKPluginList is not exported by the dynamic library
  • AK_Fail if an unexpected system error was encountered
引数
in_DllNameName of the DLL to load, without "lib" prefix or extension.
in_DllPathOptional path to the DLL. Will override szPLuginDLLPath that was set in AkInitSettings.

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

サポートは必要ですか?

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

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

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

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

Wwiseからはじめよう