Version

menu_open
Wwise SDK 2019.1.11
ak.wwise.core.soundbank.getInclusions Result Schema

Schema

{
"additionalProperties": false,
"type": "object",
"properties": {
"inclusions": {
"items": {
"additionalProperties": false,
"required": [
"object",
"filter"
],
"type": "object",
"description": "A SoundBank inclusion.",
"properties": {
"filter": {
"items": {
"enum": [
"events",
"structures",
"media"
],
"type": "string",
"description": "Specify one of the inclusion types.",
"maxItems": 3
},
"type": "array",
"description": "Specify what relations are being included."
},
"object": {
"pattern": "^\\{[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}\\}$",
"type": "string",
"description": "The ID (GUID) of the object to add to / remove from the SoundBank's inclusion list.\\n An object GUID of the form: {aabbcc00-1122-3344-5566-77889900aabb}."
}
}
},
"type": "array",
"description": "An array of inclusions."
}
}
}

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