バージョン

menu_open
Wwise SDK 2021.1.14
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 from which to acquire the time. 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からはじめよう