バージョン

menu_open
Wwise SDK 2023.1.3

Defines the parameters of an audio buffer format. [詳解]

#include <AkCommonDefs.h>

公開メンバ関数

AkForceInline AkUInt32 GetNumChannels () const
 
AkForceInline bool HasLFE () const
 
AkForceInline bool HasCenter () const
 
AkForceInline AkUInt32 GetBitsPerSample () const
 
AkForceInline AkUInt32 GetBlockAlign () const
 
AkForceInline AkUInt32 GetTypeID () const
 
AkForceInline AkUInt32 GetInterleaveID () const
 
void SetAll (AkUInt32 in_uSampleRate, AkChannelConfig in_channelConfig, AkUInt32 in_uBitsPerSample, AkUInt32 in_uBlockAlign, AkUInt32 in_uTypeID, AkUInt32 in_uInterleaveID)
 
AkForceInline bool operator== (const AkAudioFormat &in_other) const
 
AkForceInline bool operator!= (const AkAudioFormat &in_other) const
 

公開変数類

AkUInt32 uSampleRate
 Number of samples per second [詳解]
 
AkChannelConfig channelConfig
 Channel configuration. [詳解]
 
AkUInt32 uBitsPerSample:6
 Number of bits per sample. [詳解]
 
AkUInt32 uBlockAlign:10
 Number of bytes per sample frame. (For example a 5.1 PCM 16bit should have a uBlockAlign equal to 6(5.1 channels)*2(16 bits per sample) = 12. [詳解]
 
AkUInt32 uTypeID:2
 Data type ID (AkDataTypeID). [詳解]
 
AkUInt32 uInterleaveID:1
 Interleave ID (AkDataInterleaveID). [詳解]
 

詳解

Defines the parameters of an audio buffer format.

AkCommonDefs.h62 行目に定義があります。


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

サポートは必要ですか?

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

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

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

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

Wwiseからはじめよう