버전

menu_open
Wwise SDK 2024.1.0
ak.wwise.cli.waapiServer 옵션 스키마

스키마

{
"properties": {
"verbose": {
"type": "boolean",
"description": "Enables extra console text output.",
"synopsis": [
"--verbose"
]
},
"quiet": {
"type": "boolean",
"description": "Disables all non-error console text output.",
"synopsis": [
"--quiet"
]
},
"allowed-addr": {
"type": "string",
"description": "Specifies the IP addresses that are allowed to connect to WAAPI. This option must be followed by a comma-separated list, for example: \"127.0.0.1\". Default value is \"127.0.0.1\".",
"synopsis": [
"--allowed-addr ADDRESS",
"--allowed-addr ADDRESS1,ADDRESS2,..."
]
},
"allowed-origin": {
"type": "string",
"description": "Specifies the hosts that are allowed to connect to WAAPI. This option must be followed by a comma-separated list, for example: \"www.myhost.com,www.myhost2.com\". Validation is performed on the HTTP header Origin. Connections that do not provide the Origin header, as well as file-based connections (for example: file://), are always allowed.",
"synopsis": [
"--allowed-origin HOST",
"--allowed-origin HOST1,HOST2,..."
]
},
"http-port": {
"type": "number",
"description": "Specifies the port number used by WAAPI when using HTTP POST. This option must be followed by a port number between 0 and 65,535. Using 0 prevents the server from running. Default value is 8090.",
"synopsis": [
"--http-port PORT"
],
"minimum": 0,
"maximum": 65535
},
"wamp-port": {
"type": "number",
"description": "Specifies the port number used by WAAPI when using WAMP. This option, which takes precedence over the User Preferences, must be followed by a port number between 0 and 65,535. Using 0 prevents the server from running. Default value is 8080.",
"synopsis": [
"--wamp-port PORT"
],
"minimum": 0,
"maximum": 65535
},
"http-max-clients": {
"type": "number",
"description": "Specifies the maximum number of concurrent WAAPI clients that can connect to the server when using HTTP POST. This option must be followed by a number between 0 and 100. Using 0 prevents the server from running. Default value is 2.",
"synopsis": [
"--http-max-clients NUM"
],
"minimum": 0,
"maximum": 100
},
"wamp-max-clients": {
"type": "number",
"description": "Specifies the maximum number of concurrent WAAPI clients that can connect to the server when using WAMP. This option must be followed by a number between 0 and 100. Using 0 prevents the server from running. Default value is 5.",
"synopsis": [
"--wamp-max-clients NUM"
],
"minimum": 0,
"maximum": 100
},
"allow-migration": {
"type": "boolean",
"description": "Allow migration and save of the Wwise project before executing the operation.",
"synopsis": [
"--allow-migration"
]
},
"no-source-control": {
"type": "boolean",
"description": "Skip automatic checkout (if supported by project's source control plugin) of migrated files from source control.",
"synopsis": [
"--no-source-control"
]
},
"watchdog-timeout": {
"type": "integer",
"minimum": 0,
"description": "Time in seconds to set as a watchdog threshold. The watchdog is signaled every time a WAAPI function call is made. By default, the value is 0 and the watchdog is disabled.",
"synopsis": [
"--watchdog-timeout 30"
]
}
}
}

이 페이지가 도움이 되었나요?

지원이 필요하신가요?

질문이 있으신가요? 문제를 겪고 계신가요? 더 많은 정보가 필요하신가요? 저희에게 문의해주시면 도와드리겠습니다!

지원 페이지를 방문해 주세요

작업하는 프로젝트에 대해 알려주세요. 언제든지 도와드릴 준비가 되어 있습니다.

프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.

Wwise를 시작해 보세요