menu
バージョン
2022.1.18.8567
2024.1.4.8780
2023.1.12.8706
2022.1.18.8567
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
2024.1.4.8780
2023.1.12.8706
2022.1.18.8567
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
Wwise SDK 2022.1.18
|
Wwise Authoringアプリケーションを、Wwise Sound Engineの稼働中の実行ファイルに接続します。ホストが、コミュニケーションを有効にして、コードを実行中の状態である必要があります。"host"だけが提供されていれば、Wwiseは、最初に見つけたSound Engineインスタンスに接続します。異なるインスタンスを区別できるように、接続するアプリケーションの名前を指示することもできます。
Name | タイプ | 概要 |
---|---|---|
host * | string | 接続先のホスト。The host can be a computer name, an IPv4 address, an IP:PORT pair, or a full path to a saved capture (.prof file). localhostに接続するには、127.0.0.1を使います。 |
appName | string | WwiseのRemote ConnectionダイアログのApplication Name列の値、またはak.wwise.core.remote.getAvailableConsolesによる値。2つ以上のSound Engineインスタンスを稼働中であれば、接続するアプリケーションの名前を指定できます。 |
commandPort | integer | コマンドポート。If you are running two or more Sound Engine instances that use the same application name, you can specify the command port to distinguish between different applications sharing the same name. アプリケーション名が固有であれば、これを使う必要はありません。これを使う場合は、appNameも提供する必要があります。ak.wwise.core.remote.getAvailableConsolesからこの情報を取得できます。」 Unsigned Integer 16-bit. 範囲: [0,65535] |
notificationPort | integer | Unused. Unsigned Integer 16-bit. 範囲: [0,65535] |
(必須*)
Wwise Authoring APIの詳細は、 Wwise Authoring API (WAAPI)を使用する を参照してください。