Version

    Other Documentation

menu_open
Wwise SDK 2021.1.14
ak.wwise.ui.captureScreen

Captures a part of the Wwise UI relative to a view.

Arguments

Name Type Description
viewName string The name of the view as displayed in Wwise UI. By default, the whole UI is captured.
viewSyncGroup integer The sync group of the view. By default, the current sync group of the view is detected automatically.
rect object The capture region. By default, the whole view is captured.
rect.x integer The left position of the capture region (in pixels).
rect.y integer The top position of the capture region (in pixels).
rect.width integer The width of the capture region (in pixels).
rect.height integer The height of the capture region (in pixels).

Arguments Schema

Result

Name Type Description
contentType string The underlying image data format (e.g. image/png).
contentBase64 string The encoded image data (Base64).

Result Schema

Refer to Using the Wwise Authoring API (WAAPI) for more information about Wwise Authoring API.


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