Wwise SDK 2024.1.0
|
ビューに対して、Wwise UIの一部をキャプチャします。
Name | タイプ | 概要 |
---|---|---|
viewName | string | The name of the view. デフォルトで、UI全体をキャプチャします。 |
viewSelectionChannel | integer | 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 | object | キャプチャ領域。デフォルトで、ビュー全体をキャプチャします。 |
rect.x * | integer | キャプチャ領域の左の位置(単位ピクセル)。 |
rect.y * | integer | キャプチャ領域の上の位置(単位ピクセル)。 |
rect.width * | integer | キャプチャ領域の幅(単位ピクセル)。 |
rect.height * | integer | キャプチャ領域の高さ(単位ピクセル)。 |
Name | タイプ | 概要 |
---|---|---|
contentType | string | 基本となる画像データフォーマット(例 image、png)。 |
contentBase64 | string | エンコードされた画像データ(Base64)。 |
Wwise Authoring APIの詳細は、 Wwise Authoring API (WAAPI)を使用する を参照してください。