| 
    Wwise SDK 2021.1.14
    
   | 
 
#include <AkFXDurationHandler.h>
公開メンバ関数 | |
| void | Setup (AkReal32 in_fDuration, AkInt16 in_iLoopingCount, AkUInt32 in_uSampleRate) | 
| Setup duration handler  [詳解] | 
|
| void | Reset () | 
| Reset looping and frame counters and start again.  [詳解] | 
|
| void | SetLooping (AkInt16 in_iNumLoops) | 
| Change number of loop iterations (0 == infinite).  [詳解] | 
|
| void | SetDuration (AkReal32 in_fDuration) | 
| Set current duration per iteration (in secs).  [詳解] | 
|
| AkReal32 | GetDuration () const | 
| Return current total duration (considering looping) in secs.  [詳解] | 
|
| void | ProduceBuffer (AkAudioBuffer *io_pBuffer) | 
| AKRESULT | ProduceBuffer (AkUInt16 in_uMaxFrames, AkUInt16 &out_uValidFrames) | 
限定公開変数類 | |
| AkUInt32 | m_uIterationFrame | 
| AkUInt32 | m_uFrameCount | 
| AkUInt32 | m_uSampleRate | 
| AkInt16 | m_iNumLoops | 
Duration handler service for source plug-in. Duration may change between different execution
AkFXDurationHandler.h の 35 行目に定義があります。