バージョン
menu

Wwise SDK 2025.1.0
AkCmd_SA_SetRoom 構造体

#include <AkCommandTypes.h>

公開変数類

AkRoomID roomID
 Unique room ID, chosen by the client. [詳解]
 
struct AkRoomParams params
 Parameter for the room. [詳解]
 

詳解

Add or update a room. Rooms are used to connect portals and define an orientation for oriented reverbs. This function may be called multiple times with the same ID to update the parameters of the room.

警告: The ID (roomID) must be chosen in the same manner as AkGameObjectID's, as they are in the same ID-space. The spatial audio lib manages the registration/unregistration of internal game objects for rooms that use these IDs and, therefore, must not collide. Also, the room ID must not be in the reserved range (AkUInt64)(-32) to (AkUInt64)(-2) inclusively. You may, however, explicitly add the default room ID AK_OUTDOORS_ROOM_ID (-1) in order to customize its AkRoomParams, to provide a valid auxiliary bus, for example.

Optionally, you can associate a name to the room for profiling purposes. Call AK_CommandBuffer_AddString after adding the command to attach a name to the room:

auto cmd = (AkCmd_SA_SetRoom*)AK_CommandBuffer_Add(buffer, AkCommand_SA_SetRoom);
// Fill command...
AK_CommandBuffer_AddString(buffer, "Bedroom 1");

This command can fail for the following reasons:

  • AK_InvalidParameter: roomID is outside the valid range
  • AK_InsufficientMemory: Not enough memory to complete the operation.
参照

AkCommandTypes.h1119 行目に定義があります。


このページはお役に立ちましたか?

サポートは必要ですか?

ご質問や問題、ご不明点はございますか?お気軽にお問い合わせください。

サポートページをご確認ください

あなたのプロジェクトについて教えてください。ご不明な点はありませんか。

プロジェクトを登録していただくことで、ご利用開始のサポートをいたします。

Wwiseからはじめよう