menu
 
バージョン
2018.1.11.6987

2024.1.5.8803

2023.1.13.8732

2022.1.19.8584

2021.1.14.8108

2019.2.15.7667

2019.1.11.7296

2018.1.11.6987

2017.2.10.6745

2017.1.9.6501

2016.2.6.6153

2015.1.9.5624


menu_open
Wwise SDK 2018.1.11

公開メンバ関数

  AkAudioBuffer ()
  Constructor. [詳解]
 
AkForceInline void  ClearData ()
  Clear data pointer. [詳解]
 
AkForceInline void  Clear ()
  Clear members. [詳解]
 
void  RelocateMedia (AkUInt8 *in_pNewMedia, AkUInt8 *in_pOldMedia)
 
AkForceInline AkUInt16  MaxFrames () const
 
Channel queries.
AkForceInline AkUInt32  NumChannels () const
  Get the number of channels. [詳解]
 
AkForceInline bool  HasLFE () const
  Returns true if there is an LFE channel present. [詳解]
 
AkForceInline AkChannelConfig  GetChannelConfig () const
 
Interleaved interface
AkForceInline void *  GetInterleavedData ()
 
void  AttachInterleavedData (void *in_pData, AkUInt16 in_uMaxFrames, AkUInt16 in_uValidFrames, AkChannelConfig in_channelConfig)
  Attach interleaved data. Allocation is performed outside. [詳解]
 

公開変数類

AKRESULT  eState
  Execution status [詳解]
 
AkUInt16  uValidFrames
  Number of valid sample frames in the audio buffer [詳解]
 

限定公開変数類

void *  pData
  Start of the audio buffer. [詳解]
 
AkChannelConfig  channelConfig
  Channel config. [詳解]
 
AkUInt16  uMaxFrames
  Number of sample frames the buffer can hold. Access through AkAudioBuffer::MaxFrames(). [詳解]
 

Deinterleaved interface

AkForceInline bool  HasData () const
  Check if buffer has samples attached to it. [詳解]
 
AkSampleType GetChannel (AkUInt32 in_uIndex)
 
AkSampleType GetLFE ()
 
void  ZeroPadToMaxFrames ()
 
AkForceInline void  AttachContiguousDeinterleavedData (void *in_pData, AkUInt16 in_uMaxFrames, AkUInt16 in_uValidFrames, AkChannelConfig in_channelConfig)
  Attach deinterleaved data where channels are contiguous in memory. Allocation is performed outside. [詳解]
 
AkForceInline void *  DetachContiguousDeinterleavedData ()
  Detach deinterleaved data where channels are contiguous in memory. The address of the buffer is returned and fields are cleared. [詳解]
 
static AkUInt32  StandardToPipelineIndex (AkChannelConfig in_channelConfig, AkUInt32 in_uChannelIdx)
 

詳解

Audio buffer structure including the address of an audio buffer, the number of valid frames inside, and the maximum number of frames the audio buffer can hold.

参照

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


このクラス詳解は次のファイルから抽出されました:

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

サポートは必要ですか?

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

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

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

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

Wwiseからはじめよう