バージョン

menu_open
Wwise SDK 2019.1.11
ak.wwise.core.remote.connect Arguments Schema

Schema

{
"additionalProperties": false,
"required": [
"host"
],
"type": "object",
"properties": {
"notificationPort": {
"minimum": 0,
"type": "integer",
"description": "The notification port associated with the command port. If you specify a notification port, you must also specify a command port. You can obtain this information from ak.wwise.core.remote.getAvailableConsoles.\\n Unsigned Integer 16-bit.",
"maximum": 65535
},
"host": {
"type": "string",
"description": "The host to connect to. The host can be an IPv4 address or a computer name. Use 127.0.0.1 to connect to localhost."
},
"commandPort": {
"minimum": 0,
"type": "integer",
"description": "The command port. If you are running two or more Sound Engine instances that use the same application name, you can specify the command port and the notification port to distinguish between different applications sharing the same name. You don't need to use this if the application name is unique. When using this, you must also provide appName. If you specify a command port, you must also specify a notification port. You can obtain this information from ak.wwise.core.remote.getAvailableConsoles.\\n Unsigned Integer 16-bit.",
"maximum": 65535
},
"appName": {
"type": "string",
"description": "The value in the Application Name column from the Remote Connection dialog in Wwise, or from from ak.wwise.core.remote.getAvailableConsoles. If you are running more than one Sound Engine instance, you can specify the name of the application to connect to."
}
}
}

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

サポートは必要ですか?

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

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

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

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

Wwiseからはじめよう