バージョン

menu_open
Wwise SDK 2021.1.14
ak.wwise.core.getInfo Result Schema

Schema

{
"type": "object",
"properties": {
"sessionId": {
"type": "string",
"pattern": "^\\{[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}\\}$",
"description": "Wwise session id.\\n An object GUID of the form: {aabbcc00-1122-3344-5566-77889900aabb}."
},
"apiVersion": {
"type": "number",
"minimum": 1,
"description": "Version of the Wwise Authoring API."
},
"displayName": {
"type": "string",
"pattern": "Wwise",
"description": "Wwise display name."
},
"branch": {
"type": "string",
"minLength": 1,
"description": "Branch built."
},
"copyright": {
"type": "string",
"minLength": 1,
"description": "Copyright information."
},
"version": {
"type": "object",
"properties": {
"displayName": {
"type": "string",
"minLength": 1,
"description": "Wwise version name."
},
"year": {
"type": "integer",
"minimum": 2000,
"maximum": 2100,
"description": "Version year."
},
"major": {
"type": "integer",
"minimum": 0,
"maximum": 100,
"description": "Version's major number"
},
"minor": {
"type": "integer",
"minimum": 0,
"maximum": 100,
"description": "Version's minor number."
},
"build": {
"type": "integer",
"minimum": 1,
"description": "Build number."
},
"nickname": {
"type": "string",
"description": "Special name given to a version."
},
"schema": {
"type": "integer",
"minimum": 1,
"description": "Schema version for the Wwise Project and Work Units."
}
},
"required": [
"displayName",
"year",
"major",
"minor",
"build",
"nickname",
"schema"
],
"description": "Wwise version object."
},
"configuration": {
"type": "string",
"enum": [
"release",
"debug"
],
"description": "Indicates a release or debug build."
},
"platform": {
"type": "string",
"enum": [
"x64",
"win32",
"macosx",
"linux"
],
"description": "Indicates the platform on which Wwise was built."
},
"isCommandLine": {
"type": "boolean",
"description": "Indicates if Wwise is running in command line."
},
"processId": {
"type": "integer",
"description": "The process identifier of Wwise."
},
"processPath": {
"type": "string",
"description": "The process path of Wwise."
},
"directories": {
"type": "object",
"description": "Collection of directories used by Wwise.",
"properties": {
"install": {
"type": "string",
"minLength": 1,
"description": "The root directory of Wwise. This is the installation directory."
},
"authoring": {
"type": "string",
"minLength": 1,
"description": "The Wwise Authoring root directory"
},
"bin": {
"type": "string",
"minLength": 1,
"description": "The bin directory, where Wwise.exe is located."
},
"log": {
"type": "string",
"minLength": 1,
"description": "The log directory."
},
"help": {
"type": "string",
"minLength": 1,
"description": "The help directory."
},
"user": {
"type": "string",
"minLength": 1,
"description": "The Wwise user data directory root."
}
},
"required": [
"install",
"authoring",
"bin",
"log",
"help",
"user"
]
}
},
"required": [
"sessionId",
"apiVersion",
"displayName",
"branch",
"copyright",
"version",
"configuration",
"platform",
"isCommandLine",
"processId",
"processPath",
"directories"
]
}

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

サポートは必要ですか?

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

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

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

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

Wwiseからはじめよう