Sound Lib
C/C++Windowsゲーム用音声再生ライブラリ
|
VoiceCallback.h
20 /* Constructor / Destructor ------------------------------------------------------------------------- */
38 /* Operator Overloads ------------------------------------------------------------------------------- */
46 /* Functions ---------------------------------------------------------------------------------------- */
94 /* Variables ---------------------------------------------------------------------------------------- */
97 /* Constructor / Destructor ------------------------------------------------------------------------- */
101 /* Operator Overloads ------------------------------------------------------------------------------- */
void STDMETHODCALLTYPE OnLoopEnd(void *pBufferContext)
Called when this voice has just reached the end position of a loop.
Definition: VoiceCallback.cpp:24
void STDMETHODCALLTYPE OnVoiceProcessingPassStart(UINT32 SamplesRequired)
Called just before this voice's processing pass begins.
Definition: VoiceCallback.h:62
VoiceCallbackのコールバック定義用インターフェース
Definition: IVoiceCallbackDelegate.h:14
VoiceCallback & operator=(VoiceCallback &&obj)=default
ムーブ代入演算子のオーバーロード
Definition: CompressedAudio.cpp:13
void STDMETHODCALLTYPE OnVoiceError(void *pBufferContext, HRESULT Error)
Called in the event of a critical error during voice processing, such as a failing xAPO or an error f...
Definition: VoiceCallback.cpp:28
void STDMETHODCALLTYPE OnBufferEnd(void *pBufferContext)
Called when this voice has just finished processing a buffer.
Definition: VoiceCallback.cpp:20
void STDMETHODCALLTYPE OnStreamEnd()
Called when this voice has just finished playing a buffer stream (as marked with the XAUDIO2_END_OF_S...
Definition: VoiceCallback.cpp:16
void STDMETHODCALLTYPE OnBufferStart(void *pBufferContext)
Called when this voice is about to start processing a new buffer.
Definition: VoiceCallback.h:75
void STDMETHODCALLTYPE OnVoiceProcessingPassEnd()
Called just after this voice's processing pass ends.
Definition: VoiceCallback.h:56
構築: 1.8.14