Version

menu_open
Wwise SDK 2021.1.14
ak.wwise.core.profiler.getBusses Result Schema

Schema

{
"type": "object",
"properties": {
"return": {
"type": "array",
"description": "Array of busses.",
"items": {
"type": "object",
"description": "Bus item.\\n A mixing bus object. Use the return options to specify which property is required.",
"properties": {
"pipelineID": {
"type": "integer",
"description": "Pipeline ID of the bus.\\n Unsigned Integer 32-bit.",
"minimum": 0,
"maximum": 4294967295
},
"mixBusID": {
"type": "integer",
"description": "Unique ID assigned to a mixing bus.\\n Unsigned Integer 64-bit.",
"minimum": 0,
"maximum": 18446744073709551615
},
"objectGUID": {
"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": "Object GUID corresponding to the bus.\\n An object GUID of the form: {aabbcc00-1122-3344-5566-77889900aabb}."
},
"objectName": {
"type": "string",
"description": "Object Name corresponding to the bus."
},
"gameObjectID": {
"type": "integer",
"description": "Game Object ID corresponding to the voice.\\n Unsigned Integer 64-bit.",
"minimum": 0,
"maximum": 18446744073709551615
},
"gameObjectName": {
"type": "string",
"description": "Game Object Name corresponding to the voice."
},
"mixerID": {
"type": "integer",
"description": "Mixer plugin ID.\\n Unsigned Integer 32-bit.",
"minimum": 0,
"maximum": 4294967295
},
"deviceID": {
"type": "integer",
"description": "Audio Output device ID.\\n Unsigned Integer 64-bit.",
"minimum": 0,
"maximum": 18446744073709551615
},
"volume": {
"type": "number",
"description": "Gain of the bus in dB."
},
"downstreamGain": {
"type": "number",
"description": "Gain from current bus down to output in dB."
},
"voiceCount": {
"type": "integer",
"description": "Number of voices routed to the bus.\\n Unsigned Integer 32-bit.",
"minimum": 0,
"maximum": 4294967295
},
"depth": {
"type": "integer",
"description": "Depth level of the bus in the pipeline."
}
}
}
}
},
"required": [
"return"
],
"additionalProperties": false
}

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