バージョン

    その他のドキュメント

menu_open
Wwise SDK 2018.1.11

公開メンバ関数

AkForceInline  AkChannelConfig ()
  Constructor. Clears / sets the channel config in "invalid" state (IsValid() returns false). [詳解]
 
AkForceInline  AkChannelConfig (AkUInt32 in_uNumChannels, AkUInt32 in_uChannelMask)
  Constructor. Sets number of channels, and config type according to whether channel mask is defined or not. If defined, it must be consistent with the number of channels. [詳解]
 
AkForceInline bool  operator!= (AkUInt32 in_uBitField)
  Operator != with a 32-bit word. [詳解]
 
AkForceInline void  Clear ()
  Clear the channel config. Becomes "invalid" (IsValid() returns false). [詳解]
 
AkForceInline void  SetStandard (AkUInt32 in_uChannelMask)
  Set channel config as a standard configuration specified with given channel mask. [詳解]
 
AkForceInline void  SetStandardOrAnonymous (AkUInt32 in_uNumChannels, AkUInt32 in_uChannelMask)
  Set channel config as either a standard or an anonymous configuration, specified with both a given channel mask (0 if anonymous) and a number of channels (which must match the channel mask if standard). [詳解]
 
AkForceInline void  SetAnonymous (AkUInt32 in_uNumChannels)
  Set channel config as an anonymous configuration specified with given number of channels. [詳解]
 
AkForceInline void  SetAmbisonic (AkUInt32 in_uNumChannels)
  Set channel config as an ambisonic configuration specified with given number of channels. [詳解]
 
AkForceInline bool  IsValid () const
  Returns true if valid, false otherwise (as when it is constructed, or invalidated using Clear()). [詳解]
 
AkForceInline AkUInt32  Serialize () const
  Serialize channel config into a 32-bit word. [詳解]
 
AkForceInline void  Deserialize (AkUInt32 in_uChannelConfig)
  Deserialize channel config from a 32-bit word. [詳解]
 
AkForceInline AkChannelConfig  RemoveLFE () const
  Returns a new config based on 'this' with no LFE. [詳解]
 
AkForceInline AkChannelConfig  RemoveCenter () const
  Returns a new config based on 'this' with no Front Center channel. [詳解]
 
AkForceInline bool  operator== (const AkChannelConfig &in_other) const
  Operator == [詳解]
 
AkForceInline bool  operator!= (const AkChannelConfig &in_other) const
  Operator != [詳解]
 
AkForceInline bool  IsChannelConfigSupported () const
 
AkForceInline bool  HasLFE () const
 
AkForceInline bool  HasCenter () const
 

公開変数類

AkUInt32  uNumChannels: 8
  Number of channels. [詳解]
 
AkUInt32  eConfigType: 4
  Channel config type (AkChannelConfigType). [詳解]
 
AkUInt32  uChannelMask: 20
  Channel mask (configuration). [詳解]
 

詳解

Defines a channel configuration. Examples:

// Create a stereo configuration.
// Create a 7.1.4 configuration (7.1 plus 4 height channels).
// or
// Create a 3rd order ambisonic configuration.
cfg.SetAmbisonic(16); // pass in the number of spherical harmonics, (N+1)^2, where N is the ambisonics order.
// Invalidate (usually means "As Parent")
cfg.Clear();

AkSpeakerConfig.h504 行目に定義があります。


この構造体詳解は次のファイルから抽出されました:

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

サポートは必要ですか?

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

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

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

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

Wwiseからはじめよう