Version

menu_open
Wwise SDK 2019.1.11
ak.wwise.core.profiler.getBusses Arguments Schema

Schema

{
"additionalProperties": false,
"required": [
"time"
],
"type": "object",
"properties": {
"time": {
"oneOf": [
{
"minimum": 0,
"type": "integer"
},
{
"enum": [
"user",
"capture"
],
"type": "string",
"description": "Identify one of the global profiler cursors."
}
],
"description": "Time in milliseconds to query for busses, or a Time Cursor to acquire the time from. The User Time Cursor is the one that can be manipulated by the user, while the Capture Time Cursor follows represents the latest time of the current capture."
}
}
}

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