版本

menu_open
Wwise SDK 2023.1.3
ak.wwise.core.remote.connect 参数架构

架构

{
"type": "object",
"properties": {
"host": {
"type": "string",
"description": "The host to connect to. The host can be a computer name, an IPv4 address, an IP:PORT pair, or a full path to a saved capture (.prof file). Use 127.0.0.1 to connect to localhost."
},
"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."
},
"commandPort": {
"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 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. You can obtain this information from ak.wwise.core.remote.getAvailableConsoles.\\n Unsigned Integer 16-bit.",
"minimum": 0,
"maximum": 65535
},
"notificationPort": {
"type": "integer",
"description": "Unused.\\n Unsigned Integer 16-bit.",
"minimum": 0,
"maximum": 65535
}
},
"required": [
"host"
],
"additionalProperties": false
}

此页面对您是否有帮助?

需要技术支持?

仍有疑问?或者问题?需要更多信息?欢迎联系我们,我们可以提供帮助!

查看我们的“技术支持”页面

介绍一下自己的项目。我们会竭力为您提供帮助。

来注册自己的项目,我们帮您快速入门,不带任何附加条件!

开始 Wwise 之旅