menu
Wwise
arrow_drop_down
Strata
arrow_drop_down
Solutions
arrow_drop_down
Apprendre
arrow_drop_down
Communauté
arrow_drop_down
Documentation
arrow_drop_down
Aide
arrow_drop_down
2024.1.2.8726
2023.1.10.8659
2022.1.18.8567
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
Wwise SDK 2024.1.2
|
#include <AkFXDurationHandler.h>
Public Member Functions | |
void | Setup (AkReal32 in_fDuration, AkInt16 in_iLoopingCount, AkUInt32 in_uSampleRate) |
Setup duration handler. More... | |
void | Reset () |
Reset looping and frame counters and start again. More... | |
void | SetLooping (AkInt16 in_iNumLoops) |
Change number of loop iterations (0 == infinite). More... | |
void | SetDuration (AkReal32 in_fDuration) |
Set current duration per iteration (in secs). More... | |
AkReal32 | GetDuration () const |
Return current total duration (considering looping) in secs. More... | |
void | ProduceBuffer (AkAudioBuffer *io_pBuffer) |
AKRESULT | ProduceBuffer (AkUInt16 in_uMaxFrames, AkUInt16 &out_uValidFrames) |
Protected Attributes | |
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
Definition at line 34 of file AkFXDurationHandler.h.
Des questions ? Des problèmes ? Besoin de plus d'informations ? Contactez-nous, nous pouvons vous aider !
Visitez notre page d'AideEnregistrez votre projet et nous vous aiderons à démarrer sans aucune obligation !
Partir du bon pied avec Wwise