IXAudio2EngineCallback

IXAudio2EngineCallback: Client notification interface for engine events.

REMARKS: Contains methods to notify the client when certain events happen in the XAudio2 engine. This interface should be implemented by the client. XAudio2 will call these methods via the interface pointer provided by the client when it calls XAudio2Create or IXAudio2::Initialize.

version(Windows && !GUID_DEFS_ONLY)
extern (C++)
interface IXAudio2EngineCallback {}

Members

Functions

OnCriticalError
void OnCriticalError(HRESULT Error)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
OnProcessingPassEnd
void OnProcessingPassEnd()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
OnProcessingPassStart
void OnProcessingPassStart()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Meta