版本

menu_open
Wwise SDK 2019.2.15
ak.wwise.core.profiler.getVoiceContributions Arguments Schema

Schema

{
"type": "object",
"properties": {
"voicePipelineID": {
"type": "number",
"description": "The pipeline ID of the voice to get contributions from.\\n Identifies a playing voice instance ID.",
"minimum": 0
},
"bussesPipelineID": {
"type": "array",
"description": "An array of bus pipeline IDs.",
"items": {
"type": "number",
"description": "The pipeline IDs of busses belonging to a common voice path. An empty array defaults to the dry path.\\n Identifies a playing voice instance ID.",
"minimum": 0
}
},
"time": {
"oneOf": [
{
"type": "integer",
"minimum": 0
},
{
"type": "string",
"description": "Identify one of the global profiler cursors.",
"enum": [
"user",
"capture"
]
}
],
"description": "Time in milliseconds to query for voices, 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 represents the latest time of the current capture."
}
},
"required": [
"voicePipelineID",
"time"
],
"additionalProperties": false
}

此页面对您是否有帮助?

需要技术支持?

仍有疑问?或者问题?需要更多信息?欢迎联系我们,我们可以提供帮助!

查看我们的“技术支持”页面

介绍一下自己的项目。我们会竭力为您提供帮助。

来注册自己的项目,我们帮您快速入门,不带任何附加条件!

开始 Wwise 之旅