Version

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

Schema

{
"type": "object",
"properties": {
"inclusions": {
"type": "array",
"description": "An array of inclusions.",
"items": {
"type": "object",
"description": "A SoundBank inclusion.",
"properties": {
"object": {
"type": "string",
"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}\\}$",
"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}."
},
"filter": {
"type": "array",
"description": "Specifies what relations are being included.",
"items": {
"type": "string",
"description": "Specifies one of the inclusion types.",
"enum": [
"events",
"structures",
"media"
],
"maxItems": 3
}
}
},
"required": [
"object",
"filter"
],
"additionalProperties": false
}
}
},
"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