Version

menu_open
Wwise SDK 2023.1.3
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."
},
"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",
"help",
"user"
]
}
},
"required": [
"sessionId",
"apiVersion",
"displayName",
"branch",
"copyright",
"version",
"configuration",
"platform",
"isCommandLine",
"processId",
"processPath",
"directories"
]
}

Was this page helpful?

Need Support?

Questions? Problems? Need more info? Contact us, and we can help!

Visit our Support page

Tell us about your project. We're here to help.

Register your project and we'll help you get started with no strings attached!

Get started with Wwise