Version

menu_open
Wwise SDK 2022.1.12
ak.wwise.core.profiler.enableProfilerData Arguments Schema

Schema

{
"type": "object",
"properties": {
"dataTypes": {
"type": "array",
"items": {
"type": "object",
"properties": {
"dataType": {
"type": "string",
"description": "Specifies the type of data you want to capture.\\n Specifies the type of profiler data that can be captured.",
"enum": [
"cpu",
"memory",
"stream",
"voices",
"listener",
"obstructionOcclusion",
"markersNotification",
"output",
"soundBanks",
"loadedMedia",
"preparedEvents",
"preparedGameSyncs",
"interactiveMusic",
"streamingDevice",
"meter",
"auxiliarySends",
"apiCalls",
"spatialAudio",
"voiceInspector",
"audioObjects",
"gameSyncs"
]
},
"enable": {
"type": "boolean",
"description": "Enable (true) or disable (false) capture for this type of profiler data. Defaults to true when not specified."
}
},
"description": "The data type and enable status.",
"required": [
"dataType"
],
"additionalProperties": false
},
"description": "An array of data types."
}
},
"required": [
"dataTypes"
],
"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