Version

menu_open
Wwise SDK 2022.1.12
ak.wwise.ui.captureScreen Arguments Schema

Schema

{
"type": "object",
"properties": {
"viewName": {
"type": "string",
"description": "The name of the view as displayed in Wwise UI. By default, the whole UI is captured."
},
"viewSelectionChannel": {
"type": "integer",
"description": "The selection channel of the view. Can be a value of 1, 2, 3 or 4. By default, the current selection channel of the view is detected automatically."
},
"rect": {
"type": "object",
"description": "The capture region. By default, the whole view is captured.",
"properties": {
"x": {
"type": "integer",
"description": "The left position of the capture region (in pixels)."
},
"y": {
"type": "integer",
"description": "The top position of the capture region (in pixels)."
},
"width": {
"type": "integer",
"description": "The width of the capture region (in pixels)."
},
"height": {
"type": "integer",
"description": "The height of the capture region (in pixels)."
}
},
"required": [
"x",
"y",
"width",
"height"
]
}
},
"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