Version

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
}

Cette page a-t-elle été utile ?

Besoin d'aide ?

Des questions ? Des problèmes ? Besoin de plus d'informations ? Contactez-nous, nous pouvons vous aider !

Visitez notre page d'Aide

Décrivez-nous de votre projet. Nous sommes là pour vous aider.

Enregistrez votre projet et nous vous aiderons à démarrer sans aucune obligation !

Partir du bon pied avec Wwise